Html Css Color HEX #FFBBF6 Lavender Rose

📋 copy color: '#FFBBF6'

red 255 ◦ green 187 ◦ blue 246

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

Shades of Lavender Rose #FFBBF6

Tints of Lavender Rose #FFBBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 37.06%
G = 27.18%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFBBF6 (or 0xFFBBF6) is known color: Lavender Rose. HEX triplet: FF, BB and F6. RGB value is (255,187,246). Sum of RGB (Red+Green+Blue) = 255+187+246=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF6 is #004409. Grayscale: #D5D5D5. Windows color (decimal): -17418 or 16169983. OLE color: 16169983.

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

Color convert

RGB 255 187 246 -
CMYK 0 0.27 0.04 0
HSL 307.94º 1% 0.87% -
HSV(B) 307.94º 0.27% 1% -
XYZ 75.64 63.45 95.45 -
YUV 214.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 255 187 246 0 0.27 0.04 0 307.94 1 0.87
Hex FF BB F6 0 1B 4 0 134 64 57
Octal 377 273 366 0 33 4 0 464 144 127
Binary 11111111 10111011 11110110 0 11011 100 0 100110100 1100100 1010111

Color Harmonies of #FFBBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBF6

Black with #FFBBF6

Text Example


Text Example

White with #FFBBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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