Html Css Color HEX #FFBBF8 Lavender Rose

📋 copy color: '#FFBBF8'

red 255 ◦ green 187 ◦ blue 248

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

Shades of Lavender Rose #FFBBF8

Tints of Lavender Rose #FFBBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.94%

R = 36.96%
G = 27.1%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFBBF8 (or 0xFFBBF8) is known color: Lavender Rose. HEX triplet: FF, BB and F8. RGB value is (255,187,248). Sum of RGB (Red+Green+Blue) = 255+187+248=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF8 is #004407. Grayscale: #D6D6D6. Windows color (decimal): -17416 or 16301055. OLE color: 16301055.

HSL color Cylindrical-coordinate representation of color #FFBBF8: hue angle of 306.18º 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 #FFBBF8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 248 -
CMYK 0 0.27 0.03 0
HSL 306.18º 1% 0.87% -
HSV(B) 306.18º 0.27% 1% -
XYZ 75.95 63.58 97.08 -
YUV 214.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 255 187 248 0 0.27 0.03 0 306.18 1 0.87
Hex FF BB F8 0 1B 3 0 132 64 57
Octal 377 273 370 0 33 3 0 462 144 127
Binary 11111111 10111011 11111000 0 11011 11 0 100110010 1100100 1010111

Color Harmonies of #FFBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF8

Black with #FFBBF8

Text Example


Text Example

White with #FFBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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