Html Css Color HEX #FFBBF2 Lavender Rose

📋 copy color: '#FFBBF2'

red 255 ◦ green 187 ◦ blue 242

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

Shades of Lavender Rose #FFBBF2

Tints of Lavender Rose #FFBBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.38%

R = 37.28%
G = 27.34%
B = 35.38%

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

#FFBBF2 (or 0xFFBBF2) is known color: Lavender Rose. HEX triplet: FF, BB and F2. RGB value is (255,187,242). Sum of RGB (Red+Green+Blue) = 255+187+242=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF2 is #00440D. Grayscale: #D5D5D5. Windows color (decimal): -17422 or 15907839. OLE color: 15907839.

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

Color convert

RGB 255 187 242 -
CMYK 0 0.27 0.05 0
HSL 311.47º 1% 0.87% -
HSV(B) 311.47º 0.27% 1% -
XYZ 75.04 63.21 92.25 -
YUV 213.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 255 187 242 0 0.27 0.05 0 311.47 1 0.87
Hex FF BB F2 0 1B 5 0 137 64 57
Octal 377 273 362 0 33 5 0 467 144 127
Binary 11111111 10111011 11110010 0 11011 101 0 100110111 1100100 1010111

Color Harmonies of #FFBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF2

Black with #FFBBF2

Text Example


Text Example

White with #FFBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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