Html Css Color HEX #F0B6ED French Lilac

📋 copy color: '#F0B6ED'

red 240 ◦ green 182 ◦ blue 237

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

Shades of French Lilac #F0B6ED

Tints of French Lilac #F0B6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.62%

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 36.42%
G = 27.62%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0B6ED (or 0xF0B6ED) is known color: French Lilac. HEX triplet: F0, B6 and ED. RGB value is (240,182,237). Sum of RGB (Red+Green+Blue) = 240+182+237=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6ED is #0F4912. Grayscale: #CDCDCD. Windows color (decimal): -1001747 or 15578864. OLE color: 15578864.

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

Color convert

RGB 240 182 237 -
CMYK 0 0.24 0.01 0.06
HSL 303.1º 0.66% 0.83% -
HSV(B) 303.1º 0.24% 0.94% -
XYZ 67.95 58.1 87.75 -
YUV 205.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 240 182 237 0 0.24 0.01 0.06 303.1 0.66 0.83
Hex F0 B6 ED 0 18 1 6 12F 42 53
Octal 360 266 355 0 30 1 6 457 102 123
Binary 11110000 10110110 11101101 0 11000 1 110 100101111 1000010 1010011

Color Harmonies of #F0B6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6ED

Black with #F0B6ED

Text Example


Text Example

White with #F0B6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6ED; }

 p { color: rgb(240,182,237); }

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

background-color css

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

 a { background-color: rgb(240,182,237); }

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

border-color css

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

 span { border-color: rgb(240,182,237); }

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