Html Css Color HEX #FC9EE8 Lavender Rose

📋 copy color: '#FC9EE8'

red 252 ◦ green 158 ◦ blue 232

#FC9EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FC9EE8

Tints of Lavender Rose #FC9EE8

RGB

 RED value IS 252 (98.83% from 255) = 39.25%

 GREEN value IS 158 (62.11% from 255) = 24.61%

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 39.25%
G = 24.61%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC9EE8 (or 0xFC9EE8) is known color: Lavender Rose. HEX triplet: FC, 9E and E8. RGB value is (252,158,232). Sum of RGB (Red+Green+Blue) = 252+158+232=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 158 (62.11% from 255 or 24.61% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EE8 is #036117. Grayscale: #C2C2C2. Windows color (decimal): -221464 or 15245052. OLE color: 15245052.

HSL color Cylindrical-coordinate representation of color #FC9EE8: hue angle of 312.77º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EE8 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 158 232 -
CMYK 0 0.37 0.08 0.01
HSL 312.77º 0.94% 0.8% -
HSV(B) 312.77º 0.37% 0.99% -
XYZ 66.94 50.98 82.66 -
YUV 194.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 252 158 232 0 0.37 0.08 0.01 312.77 0.94 0.8
Hex FC 9E E8 0 25 8 1 139 5E 50
Octal 374 236 350 0 45 10 1 471 136 120
Binary 11111100 10011110 11101000 0 100101 1000 1 100111001 1011110 1010000

Color Harmonies of #FC9EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9EE8

Black with #FC9EE8

Text Example


Text Example

White with #FC9EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9EE8; }

 p { color: rgb(252,158,232); }

 H1.HeaderClassName
 {
   color: #FC9EE8;
 }
 .AnyTagClassName
 {
   color: #FC9EE8;
 }
</style>

background-color css

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

 a { background-color: rgb(252,158,232); }

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

border-color css

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

 span { border-color: rgb(252,158,232); }

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