Html Css Color HEX #F0B9EC French Lilac

📋 copy color: '#F0B9EC'

red 240 ◦ green 185 ◦ blue 236

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

Shades of French Lilac #F0B9EC

Tints of French Lilac #F0B9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.99%

 BLUE value IS 236 (92.58% from 255) = 35.7%

R = 36.31%
G = 27.99%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0B9EC (or 0xF0B9EC) is known color: French Lilac. HEX triplet: F0, B9 and EC. RGB value is (240,185,236). Sum of RGB (Red+Green+Blue) = 240+185+236=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9EC is #0F4613. Grayscale: #CFCFCF. Windows color (decimal): -1000980 or 15514096. OLE color: 15514096.

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

Color convert

RGB 240 185 236 -
CMYK 0 0.23 0.02 0.06
HSL 304.36º 0.65% 0.83% -
HSV(B) 304.36º 0.23% 0.94% -
XYZ 68.42 59.28 87.19 -
YUV 207.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 240 185 236 0 0.23 0.02 0.06 304.36 0.65 0.83
Hex F0 B9 EC 0 17 2 6 130 41 53
Octal 360 271 354 0 27 2 6 460 101 123
Binary 11110000 10111001 11101100 0 10111 10 110 100110000 1000001 1010011

Color Harmonies of #F0B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B9EC

Black with #F0B9EC

Text Example


Text Example

White with #F0B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B9EC; }

 p { color: rgb(240,185,236); }

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

background-color css

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

 a { background-color: rgb(240,185,236); }

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

border-color css

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

 span { border-color: rgb(240,185,236); }

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