Html Css Color HEX #F0B2EA French Lilac

📋 copy color: '#F0B2EA'

red 240 ◦ green 178 ◦ blue 234

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

Shades of French Lilac #F0B2EA

Tints of French Lilac #F0B2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

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

R = 36.81%
G = 27.3%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0B2EA (or 0xF0B2EA) is known color: French Lilac. HEX triplet: F0, B2 and EA. RGB value is (240,178,234). Sum of RGB (Red+Green+Blue) = 240+178+234=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2EA is #0F4D15. Grayscale: #CACACA. Windows color (decimal): -1002774 or 15381232. OLE color: 15381232.

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

Color convert

RGB 240 178 234 -
CMYK 0 0.26 0.02 0.06
HSL 305.81º 0.67% 0.82% -
HSV(B) 305.81º 0.26% 0.94% -
XYZ 66.71 56.31 85.19 -
YUV 202.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 240 178 234 0 0.26 0.02 0.06 305.81 0.67 0.82
Hex F0 B2 EA 0 1A 2 6 132 43 52
Octal 360 262 352 0 32 2 6 462 103 122
Binary 11110000 10110010 11101010 0 11010 10 110 100110010 1000011 1010010

Color Harmonies of #F0B2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2EA

Black with #F0B2EA

Text Example


Text Example

White with #F0B2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2EA; }

 p { color: rgb(240,178,234); }

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

background-color css

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

 a { background-color: rgb(240,178,234); }

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

border-color css

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

 span { border-color: rgb(240,178,234); }

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