#FE778E

Color #FE778E Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #FE778E

Tints of Carissma #FE778E

Color information

#FE778E (or 0xFE778E) is unknown color: approx Carissma. HEX triplet: FE, 77 and 8E. RGB value is (254,119,142). Sum of RGB (Red+Green+Blue) = 254+119+142=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778E is #018871. Grayscale: #A2A2A2. Windows color (decimal): -100466 or 9336830. OLE color: 9336830.

HSL color Cylindrical-coordinate representation of color #FE778E: hue angle of 349.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE778E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254119142-
CMYK00.530.440.00
HSL349.78º98.54%73.14%-
HSV(B)349.78º53.15%99.61%-
XYZ52.3536.2229.82-
YUV161.99116.73193.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.32%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=49.32%
G=23.11%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411914200.530.440.00349.7898.5473.14
HexFE778E0352C015e6349
Octal376167216065540536143111
Binary111111101110111100011100110101101100010101111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE778E; }

 p { color: rgb(254,119,142); }

 H1.HeaderClassName
 {
   color: #FE778E;
 }
 .AnyTagClassName
 {
   color: #FE778E;
 }
</style>
background-color css

<style>
 a { background-color: #FE778E; }

 a { background-color: rgb(254,119,142); }

 div.DivClassName
 {
   background-color: #FE778E;
 }
 .BgClassName
 {
   background-color: #FE778E;
 }
</style>
border-color css

<style>
 span { border-color: #FE778E; }

 span { border-color: rgb(254,119,142); }

 td.TdClassName
 {
   border-color: #FE778E;
 }
 .TagClassName
 {
   border-color: #FE778E;
 }
</style>