Html Css Color HEX #FFBBF1 Lavender Rose

📋 copy color: '#FFBBF1'

red 255 ◦ green 187 ◦ blue 241

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

Shades of Lavender Rose #FFBBF1

Tints of Lavender Rose #FFBBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 37.34%
G = 27.38%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFBBF1 (or 0xFFBBF1) is known color: Lavender Rose. HEX triplet: FF, BB and F1. RGB value is (255,187,241). Sum of RGB (Red+Green+Blue) = 255+187+241=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF1 is #00440E. Grayscale: #D5D5D5. Windows color (decimal): -17423 or 15842303. OLE color: 15842303.

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

Color convert

RGB 255 187 241 -
CMYK 0 0.27 0.05 0
HSL 312.35º 1% 0.87% -
HSV(B) 312.35º 0.27% 1% -
XYZ 74.89 63.15 91.46 -
YUV 213.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 255 187 241 0 0.27 0.05 0 312.35 1 0.87
Hex FF BB F1 0 1B 5 0 138 64 57
Octal 377 273 361 0 33 5 0 470 144 127
Binary 11111111 10111011 11110001 0 11011 101 0 100111000 1100100 1010111

Color Harmonies of #FFBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF1

Black with #FFBBF1

Text Example


Text Example

White with #FFBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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