#FFB2FB

Color #FFB2FB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FFB2FB

Tints of Lavender Rose #FFB2FB

Color information

#FFB2FB (or 0xFFB2FB) is unknown color: approx Lavender Rose. HEX triplet: FF, B2 and FB. RGB value is (255,178,251). Sum of RGB (Red+Green+Blue) = 255+178+251=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 178 (69.92% from 255 or 26.02% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FB is #004D04. Grayscale: #D1D1D1. Windows color (decimal): -19717 or 16495359. OLE color: 16495359.

HSL color Cylindrical-coordinate representation of color #FFB2FB: hue angle of 303.12º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2FB is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255178251-
CMYK00.300.020
HSL303.12º100%84.9%-
HSV(B)303.12º30.2%100%-
XYZ74.5760.0798.93-
YUV209.34151.51160.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 178 (69.92% from 255) = 26.02%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=37.28%
G=26.02%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517825100.300.020303.1210084.9
HexFFB2FB01E2012f6455
Octal37726237303620457144125
Binary11111111101100101111101101111010010010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2FB; }

 p { color: rgb(255,178,251); }

 H1.HeaderClassName
 {
   color: #FFB2FB;
 }
 .AnyTagClassName
 {
   color: #FFB2FB;
 }
</style>
background-color css

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

 a { background-color: rgb(255,178,251); }

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

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

 span { border-color: rgb(255,178,251); }

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