#FCCBF7

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

Shades of Snuff #FCCBF7

Tints of Snuff #FCCBF7

Color information

#FCCBF7 (or 0xFCCBF7) is unknown color: approx Snuff. HEX triplet: FC, CB and F7. RGB value is (252,203,247). Sum of RGB (Red+Green+Blue) = 252+203+247=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 203 (79.69% from 255 or 28.92% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF7 is #033408. Grayscale: #DEDEDE. Windows color (decimal): -209929 or 16239612. OLE color: 16239612.

HSL color Cylindrical-coordinate representation of color #FCCBF7: hue angle of 306.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBF7 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252203247-
CMYK00.190.020.01
HSL306.12º89.09%89.22%-
HSV(B)306.12º19.44%98.82%-
XYZ78.2970.1297.4-
YUV222.67141.73148.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 203 (79.69% from 255) = 28.92%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=35.90%
G=28.92%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220324700.190.020.01306.1289.0989.22
HexFCCBF7013211325959
Octal37431336702321462131131
Binary11111100110010111111011101001110110011001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBF7; }

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

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

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

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

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

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

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

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