Html Css Color HEX #F5BBEE French Lilac

📋 copy color: '#F5BBEE'

red 245 ◦ green 187 ◦ blue 238

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

Shades of French Lilac #F5BBEE

Tints of French Lilac #F5BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.91%

 BLUE value IS 238 (93.36% from 255) = 35.52%

R = 36.57%
G = 27.91%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5BBEE (or 0xF5BBEE) is known color: French Lilac. HEX triplet: F5, BB and EE. RGB value is (245,187,238). Sum of RGB (Red+Green+Blue) = 245+187+238=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBEE is #0A4411. Grayscale: #D2D2D2. Windows color (decimal): -672786 or 15645685. OLE color: 15645685.

HSL color Cylindrical-coordinate representation of color #F5BBEE: hue angle of 307.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBEE is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 187 238 -
CMYK 0 0.24 0.03 0.04
HSL 307.24º 0.74% 0.85% -
HSV(B) 307.24º 0.24% 0.96% -
XYZ 70.86 61.13 88.95 -
YUV 210.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 245 187 238 0 0.24 0.03 0.04 307.24 0.74 0.85
Hex F5 BB EE 0 18 3 4 133 4A 55
Octal 365 273 356 0 30 3 4 463 112 125
Binary 11110101 10111011 11101110 0 11000 11 100 100110011 1001010 1010101

Color Harmonies of #F5BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBEE

Black with #F5BBEE

Text Example


Text Example

White with #F5BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBEE; }

 p { color: rgb(245,187,238); }

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

background-color css

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

 a { background-color: rgb(245,187,238); }

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

border-color css

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

 span { border-color: rgb(245,187,238); }

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