#FFB2FC

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

Shades of Lavender Rose #FFB2FC

Tints of Lavender Rose #FFB2FC

Color information

#FFB2FC (or 0xFFB2FC) is unknown color: approx Lavender Rose. HEX triplet: FF, B2 and FC. RGB value is (255,178,252). Sum of RGB (Red+Green+Blue) = 255+178+252=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 178 (69.92% from 255 or 25.99% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FC is #004D03. Grayscale: #D1D1D1. Windows color (decimal): -19716 or 16560895. OLE color: 16560895.

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

Color convert

RGB255178252-
CMYK00.300.010
HSL302.34º100%84.9%-
HSV(B)302.34º30.2%100%-
XYZ74.7360.1399.76-
YUV209.46152.01160.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 178 (69.92% from 255) = 25.99%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=37.23%
G=25.99%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517825200.300.010302.3410084.9
HexFFB2FC01E1012e6455
Octal37726237403610456144125
Binary1111111110110010111111000111101010010111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2FC; }

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

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

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

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

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

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

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

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