#FCBBF2

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

Shades of Lavender Rose #FCBBF2

Tints of Lavender Rose #FCBBF2

Color information

#FCBBF2 (or 0xFCBBF2) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F2. RGB value is (252,187,242). Sum of RGB (Red+Green+Blue) = 252+187+242=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF2 is #03440D. Grayscale: #D4D4D4. Windows color (decimal): -214030 or 15907836. OLE color: 15907836.

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

Color convert

RGB252187242-
CMYK00.260.040.01
HSL309.23º91.55%86.08%-
HSV(B)309.23º25.79%98.82%-
XYZ73.9462.6592.2-
YUV212.7144.53156.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 187 (73.44% from 255) = 27.46%
BLUE value IS 242 (94.92% from 255) = 35.54%
R=37.00%
G=27.46%
B=35.54%

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
Decimal25218724200.260.040.01309.2391.5586.08
HexFCBBF201A411355c56
Octal37427336203241465134126
Binary111111001011101111110010011010100110011010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF2; }

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

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

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

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

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

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

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

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