#FCBBF7

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

Shades of Lavender Rose #FCBBF7

Tints of Lavender Rose #FCBBF7

Color information

#FCBBF7 (or 0xFCBBF7) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F7. RGB value is (252,187,247). Sum of RGB (Red+Green+Blue) = 252+187+247=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF7 is #034408. Grayscale: #D5D5D5. Windows color (decimal): -214025 or 16235516. OLE color: 16235516.

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

Color convert

RGB252187247-
CMYK00.260.020.01
HSL304.62º91.55%86.08%-
HSV(B)304.62º25.79%98.82%-
XYZ74.762.9596.21-
YUV213.27147.03155.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 187 (73.44% from 255) = 27.26%
BLUE value IS 247 (96.88% from 255) = 36.01%
R=36.73%
G=27.26%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218724700.260.020.01304.6291.5586.08
HexFCBBF701A211315c56
Octal37427336703221461134126
Binary11111100101110111111011101101010110011000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF7; }

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

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

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

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

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

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

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

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