Html Css Color HEX #F0B5E5 French Lilac

📋 copy color: '#F0B5E5'

red 240 ◦ green 181 ◦ blue 229

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

Shades of French Lilac #F0B5E5

Tints of French Lilac #F0B5E5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.85%

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 36.92%
G = 27.85%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0B5E5 (or 0xF0B5E5) is known color: French Lilac. HEX triplet: F0, B5 and E5. RGB value is (240,181,229). Sum of RGB (Red+Green+Blue) = 240+181+229=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5E5 is #0F4A1A. Grayscale: #CBCBCB. Windows color (decimal): -1002011 or 15054320. OLE color: 15054320.

HSL color Cylindrical-coordinate representation of color #F0B5E5: hue angle of 311.19º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B5E5 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 229 -
CMYK 0 0.25 0.05 0.06
HSL 311.19º 0.66% 0.83% -
HSV(B) 311.19º 0.25% 0.94% -
XYZ 66.6 57.23 81.66 -
YUV 204.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 240 181 229 0 0.25 0.05 0.06 311.19 0.66 0.83
Hex F0 B5 E5 0 19 5 6 137 42 53
Octal 360 265 345 0 31 5 6 467 102 123
Binary 11110000 10110101 11100101 0 11001 101 110 100110111 1000010 1010011

Color Harmonies of #F0B5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5E5

Black with #F0B5E5

Text Example


Text Example

White with #F0B5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5E5; }

 p { color: rgb(240,181,229); }

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

background-color css

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

 a { background-color: rgb(240,181,229); }

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

border-color css

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

 span { border-color: rgb(240,181,229); }

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