Html Css Color HEX #FFBBF7 Lavender Rose

📋 copy color: '#FFBBF7'

red 255 ◦ green 187 ◦ blue 247

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

Shades of Lavender Rose #FFBBF7

Tints of Lavender Rose #FFBBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.85%

R = 37.01%
G = 27.14%
B = 35.85%

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

#FFBBF7 (or 0xFFBBF7) is known color: Lavender Rose. HEX triplet: FF, BB and F7. RGB value is (255,187,247). Sum of RGB (Red+Green+Blue) = 255+187+247=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 187 (73.44% from 255 or 27.14% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF7 is #004408. Grayscale: #D6D6D6. Windows color (decimal): -17417 or 16235519. OLE color: 16235519.

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

Color convert

RGB 255 187 247 -
CMYK 0 0.27 0.03 0
HSL 307.06º 1% 0.87% -
HSV(B) 307.06º 0.27% 1% -
XYZ 75.8 63.52 96.26 -
YUV 214.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 255 187 247 0 0.27 0.03 0 307.06 1 0.87
Hex FF BB F7 0 1B 3 0 133 64 57
Octal 377 273 367 0 33 3 0 463 144 127
Binary 11111111 10111011 11110111 0 11011 11 0 100110011 1100100 1010111

Color Harmonies of #FFBBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF7

Black with #FFBBF7

Text Example


Text Example

White with #FFBBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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