Html Css Color HEX #F5C4EA French Lilac

📋 copy color: '#F5C4EA'

red 245 ◦ green 196 ◦ blue 234

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

Shades of French Lilac #F5C4EA

Tints of French Lilac #F5C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.04%

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 36.3%
G = 29.04%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5C4EA (or 0xF5C4EA) is known color: French Lilac. HEX triplet: F5, C4 and EA. RGB value is (245,196,234). Sum of RGB (Red+Green+Blue) = 245+196+234=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C4EA is #0A3B15. Grayscale: #D6D6D6. Windows color (decimal): -670486 or 15385845. OLE color: 15385845.

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

Color convert

RGB 245 196 234 -
CMYK 0 0.2 0.04 0.04
HSL 313.47º 0.71% 0.86% -
HSV(B) 313.47º 0.2% 0.96% -
XYZ 72.25 64.83 86.55 -
YUV 214.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 245 196 234 0 0.2 0.04 0.04 313.47 0.71 0.86
Hex F5 C4 EA 0 14 4 4 139 47 56
Octal 365 304 352 0 24 4 4 471 107 126
Binary 11110101 11000100 11101010 0 10100 100 100 100111001 1000111 1010110

Color Harmonies of #F5C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C4EA

Black with #F5C4EA

Text Example


Text Example

White with #F5C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C4EA; }

 p { color: rgb(245,196,234); }

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

background-color css

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

 a { background-color: rgb(245,196,234); }

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

border-color css

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

 span { border-color: rgb(245,196,234); }

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