#FCBBF1

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

Shades of Lavender Rose #FCBBF1

Tints of Lavender Rose #FCBBF1

Color information

#FCBBF1 (or 0xFCBBF1) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F1. RGB value is (252,187,241). Sum of RGB (Red+Green+Blue) = 252+187+241=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF1 is #03440E. Grayscale: #D4D4D4. Windows color (decimal): -214031 or 15842300. OLE color: 15842300.

HSL color Cylindrical-coordinate representation of color #FCBBF1: hue angle of 310.15º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBF1 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252187241-
CMYK00.260.040.01
HSL310.15º91.55%86.08%-
HSV(B)310.15º25.79%98.82%-
XYZ73.7962.5991.41-
YUV212.59144.03156.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 187 (73.44% from 255) = 27.5%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=37.06%
G=27.5%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218724100.260.040.01310.1591.5586.08
HexFCBBF101A411365c56
Octal37427336103241466134126
Binary111111001011101111110001011010100110011011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF1; }

 p { color: rgb(252,187,241); }

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

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

 a { background-color: rgb(252,187,241); }

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

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

 span { border-color: rgb(252,187,241); }

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