Html Css Color HEX #FFBBF9 Lavender Rose

📋 copy color: '#FFBBF9'

red 255 ◦ green 187 ◦ blue 249

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

Shades of Lavender Rose #FFBBF9

Tints of Lavender Rose #FFBBF9

RGB

 RED value IS 255 (100% from 255) = 36.9%

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

 BLUE value IS 249 (97.66% from 255) = 36.03%

R = 36.9%
G = 27.06%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFBBF9 (or 0xFFBBF9) is known color: Lavender Rose. HEX triplet: FF, BB and F9. RGB value is (255,187,249). Sum of RGB (Red+Green+Blue) = 255+187+249=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 187 (73.44% from 255 or 27.06% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF9 is #004406. Grayscale: #D6D6D6. Windows color (decimal): -17415 or 16366591. OLE color: 16366591.

HSL color Cylindrical-coordinate representation of color #FFBBF9: hue angle of 305.29º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBF9 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 249 -
CMYK 0 0.27 0.02 0
HSL 305.29º 1% 0.87% -
HSV(B) 305.29º 0.27% 1% -
XYZ 76.11 63.64 97.89 -
YUV 214.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 255 187 249 0 0.27 0.02 0 305.29 1 0.87
Hex FF BB F9 0 1B 2 0 131 64 57
Octal 377 273 371 0 33 2 0 461 144 127
Binary 11111111 10111011 11111001 0 11011 10 0 100110001 1100100 1010111

Color Harmonies of #FFBBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF9

Black with #FFBBF9

Text Example


Text Example

White with #FFBBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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