Html Css Color HEX #F0C8E8 French Lilac

📋 copy color: '#F0C8E8'

red 240 ◦ green 200 ◦ blue 232

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

Shades of French Lilac #F0C8E8

Tints of French Lilac #F0C8E8

RGB

 RED value IS 240 (94.14% from 255) = 35.71%

 GREEN value IS 200 (78.52% from 255) = 29.76%

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

R = 35.71%
G = 29.76%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0C8E8 (or 0xF0C8E8) is known color: French Lilac. HEX triplet: F0, C8 and E8. RGB value is (240,200,232). Sum of RGB (Red+Green+Blue) = 240+200+232=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8E8 is #0F3717. Grayscale: #D7D7D7. Windows color (decimal): -997144 or 15255792. OLE color: 15255792.

HSL color Cylindrical-coordinate representation of color #F0C8E8: hue angle of 312º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8E8 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 232 -
CMYK 0 0.17 0.03 0.06
HSL 312º 0.57% 0.86% -
HSV(B) 312º 0.17% 0.94% -
XYZ 71.15 65.66 85.27 -
YUV 215.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 240 200 232 0 0.17 0.03 0.06 312 0.57 0.86
Hex F0 C8 E8 0 11 3 6 138 39 56
Octal 360 310 350 0 21 3 6 470 71 126
Binary 11110000 11001000 11101000 0 10001 11 110 100111000 111001 1010110

Color Harmonies of #F0C8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8E8

Black with #F0C8E8

Text Example


Text Example

White with #F0C8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8E8; }

 p { color: rgb(240,200,232); }

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

background-color css

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

 a { background-color: rgb(240,200,232); }

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

border-color css

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

 span { border-color: rgb(240,200,232); }

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