Html Css Color HEX #F9BBEA Lavender Rose

📋 copy color: '#F9BBEA'

red 249 ◦ green 187 ◦ blue 234

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

Shades of Lavender Rose #F9BBEA

Tints of Lavender Rose #F9BBEA

RGB

 RED value IS 249 (97.66% from 255) = 37.16%

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

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

R = 37.16%
G = 27.91%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9BBEA (or 0xF9BBEA) is known color: Lavender Rose. HEX triplet: F9, BB and EA. RGB value is (249,187,234). Sum of RGB (Red+Green+Blue) = 249+187+234=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEA is #064415. Grayscale: #D2D2D2. Windows color (decimal): -410646 or 15383545. OLE color: 15383545.

HSL color Cylindrical-coordinate representation of color #F9BBEA: hue angle of 314.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBEA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 187 234 -
CMYK 0 0.25 0.06 0.02
HSL 314.52º 0.84% 0.85% -
HSV(B) 314.52º 0.25% 0.98% -
XYZ 71.69 61.62 85.96 -
YUV 210.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 249 187 234 0 0.25 0.06 0.02 314.52 0.84 0.85
Hex F9 BB EA 0 19 6 2 13B 54 55
Octal 371 273 352 0 31 6 2 473 124 125
Binary 11111001 10111011 11101010 0 11001 110 10 100111011 1010100 1010101

Color Harmonies of #F9BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BBEA

Black with #F9BBEA

Text Example


Text Example

White with #F9BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BBEA; }

 p { color: rgb(249,187,234); }

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

background-color css

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

 a { background-color: rgb(249,187,234); }

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

border-color css

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

 span { border-color: rgb(249,187,234); }

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