Html Css Color HEX #F5C0E9 French Lilac

📋 copy color: '#F5C0E9'

red 245 ◦ green 192 ◦ blue 233

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

Shades of French Lilac #F5C0E9

Tints of French Lilac #F5C0E9

RGB

 RED value IS 245 (96.09% from 255) = 36.57%

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

 BLUE value IS 233 (91.41% from 255) = 34.78%

R = 36.57%
G = 28.66%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F5C0E9 (or 0xF5C0E9) is known color: French Lilac. HEX triplet: F5, C0 and E9. RGB value is (245,192,233). Sum of RGB (Red+Green+Blue) = 245+192+233=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C0E9 is #0A3F16. Grayscale: #D4D4D4. Windows color (decimal): -671511 or 15319285. OLE color: 15319285.

HSL color Cylindrical-coordinate representation of color #F5C0E9: hue angle of 313.58º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0E9 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 192 233 -
CMYK 0 0.22 0.05 0.04
HSL 313.58º 0.73% 0.86% -
HSV(B) 313.58º 0.22% 0.96% -
XYZ 71.21 62.99 85.5 -
YUV 212.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 245 192 233 0 0.22 0.05 0.04 313.58 0.73 0.86
Hex F5 C0 E9 0 16 5 4 13A 49 56
Octal 365 300 351 0 26 5 4 472 111 126
Binary 11110101 11000000 11101001 0 10110 101 100 100111010 1001001 1010110

Color Harmonies of #F5C0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C0E9

Black with #F5C0E9

Text Example


Text Example

White with #F5C0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C0E9; }

 p { color: rgb(245,192,233); }

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

background-color css

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

 a { background-color: rgb(245,192,233); }

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

border-color css

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

 span { border-color: rgb(245,192,233); }

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