#FCBBFB

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

Shades of Lavender Rose #FCBBFB

Tints of Lavender Rose #FCBBFB

Color information

#FCBBFB (or 0xFCBBFB) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and FB. RGB value is (252,187,251). Sum of RGB (Red+Green+Blue) = 252+187+251=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBFB is #034404. Grayscale: #D5D5D5. Windows color (decimal): -214021 or 16497660. OLE color: 16497660.

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

Color convert

RGB252187251-
CMYK00.260.000.01
HSL300.92º91.55%86.08%-
HSV(B)300.92º25.79%98.82%-
XYZ75.3363.299.5-
YUV213.73149.03155.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 27.10%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=36.52%
G=27.10%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218725100.260.000.01300.9291.5586.08
HexFCBBFB01A0112d5c56
Octal37427337303201455134126
Binary1111110010111011111110110110100110010110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBFB; }

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

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

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

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

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

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

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

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