Html Css Color HEX #F0C0ED French Lilac

📋 copy color: '#F0C0ED'

red 240 ◦ green 192 ◦ blue 237

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

Shades of French Lilac #F0C0ED

Tints of French Lilac #F0C0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 35.87%
G = 28.7%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0C0ED (or 0xF0C0ED) is known color: French Lilac. HEX triplet: F0, C0 and ED. RGB value is (240,192,237). Sum of RGB (Red+Green+Blue) = 240+192+237=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0ED is #0F3F12. Grayscale: #D3D3D3. Windows color (decimal): -999187 or 15581424. OLE color: 15581424.

HSL color Cylindrical-coordinate representation of color #F0C0ED: hue angle of 303.75º 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 #F0C0ED is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 237 -
CMYK 0 0.20 0.01 0.06
HSL 303.75º 0.62% 0.85% -
HSV(B) 303.75º 0.2% 0.94% -
XYZ 70.07 62.34 88.46 -
YUV 211.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 240 192 237 0 0.20 0.01 0.06 303.75 0.62 0.85
Hex F0 C0 ED 0 14 1 6 130 3E 55
Octal 360 300 355 0 24 1 6 460 76 125
Binary 11110000 11000000 11101101 0 10100 1 110 100110000 111110 1010101

Color Harmonies of #F0C0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0ED

Black with #F0C0ED

Text Example


Text Example

White with #F0C0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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