Html Css Color HEX #F0C0E3 French Lilac

📋 copy color: '#F0C0E3'

red 240 ◦ green 192 ◦ blue 227

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

Shades of French Lilac #F0C0E3

Tints of French Lilac #F0C0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.45%

R = 36.42%
G = 29.14%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0C0E3 (or 0xF0C0E3) is known color: French Lilac. HEX triplet: F0, C0 and E3. RGB value is (240,192,227). Sum of RGB (Red+Green+Blue) = 240+192+227=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0E3 is #0F3F1C. Grayscale: #D2D2D2. Windows color (decimal): -999197 or 14926064. OLE color: 14926064.

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

Color convert

RGB 240 192 227 -
CMYK 0 0.20 0.05 0.06
HSL 316.25º 0.62% 0.85% -
HSV(B) 316.25º 0.2% 0.94% -
XYZ 68.65 61.77 80.98 -
YUV 210.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 240 192 227 0 0.20 0.05 0.06 316.25 0.62 0.85
Hex F0 C0 E3 0 14 5 6 13C 3E 55
Octal 360 300 343 0 24 5 6 474 76 125
Binary 11110000 11000000 11100011 0 10100 101 110 100111100 111110 1010101

Color Harmonies of #F0C0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0E3

Black with #F0C0E3

Text Example


Text Example

White with #F0C0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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