Html Css Color HEX #F0C0EB French Lilac

📋 copy color: '#F0C0EB'

red 240 ◦ green 192 ◦ blue 235

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

Shades of French Lilac #F0C0EB

Tints of French Lilac #F0C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.79%

 BLUE value IS 235 (92.19% from 255) = 35.23%

R = 35.98%
G = 28.79%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0C0EB (or 0xF0C0EB) is known color: French Lilac. HEX triplet: F0, C0 and EB. RGB value is (240,192,235). Sum of RGB (Red+Green+Blue) = 240+192+235=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0EB is #0F3F14. Grayscale: #D3D3D3. Windows color (decimal): -999189 or 15450352. OLE color: 15450352.

HSL color Cylindrical-coordinate representation of color #F0C0EB: hue angle of 306.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0EB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 235 -
CMYK 0 0.20 0.02 0.06
HSL 306.25º 0.62% 0.85% -
HSV(B) 306.25º 0.2% 0.94% -
XYZ 69.78 62.22 86.93 -
YUV 211.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 240 192 235 0 0.20 0.02 0.06 306.25 0.62 0.85
Hex F0 C0 EB 0 14 2 6 132 3E 55
Octal 360 300 353 0 24 2 6 462 76 125
Binary 11110000 11000000 11101011 0 10100 10 110 100110010 111110 1010101

Color Harmonies of #F0C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0EB

Black with #F0C0EB

Text Example


Text Example

White with #F0C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0EB; }

 p { color: rgb(240,192,235); }

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

background-color css

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

 a { background-color: rgb(240,192,235); }

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

border-color css

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

 span { border-color: rgb(240,192,235); }

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