#FFB2FF

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

Shades of Lavender Rose #FFB2FF

Tints of Lavender Rose #FFB2FF

Color information

#FFB2FF (or 0xFFB2FF) is unknown color: approx Lavender Rose. HEX triplet: FF, B2 and FF. RGB value is (255,178,255). Sum of RGB (Red+Green+Blue) = 255+178+255=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 178 (69.92% from 255 or 25.87% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FF is #004D00. Grayscale: #D1D1D1. Windows color (decimal): -19713 or 16757503. OLE color: 16757503.

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

Color convert

RGB255178255-
CMYK00.3000
HSL300º100%84.9%-
HSV(B)300º30.2%100%-
XYZ75.2160.32102.29-
YUV209.8153.51160.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 178 (69.92% from 255) = 25.87%
BLUE value IS 255 (100% from 255) = 37.06%
R=37.06%
G=25.87%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517825500.300030010084.9
HexFFB2FF01E0012c6455
Octal37726237703600454144125
Binary1111111110110010111111110111100010010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2FF; }

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

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

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

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

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

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

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

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