#FCCBF8

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

Shades of Snuff #FCCBF8

Tints of Snuff #FCCBF8

Color information

#FCCBF8 (or 0xFCCBF8) is unknown color: approx Snuff. HEX triplet: FC, CB and F8. RGB value is (252,203,248). Sum of RGB (Red+Green+Blue) = 252+203+248=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 203 (79.69% from 255 or 28.88% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF8 is #033407. Grayscale: #DEDEDE. Windows color (decimal): -209928 or 16305148. OLE color: 16305148.

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

Color convert

RGB252203248-
CMYK00.190.020.01
HSL304.9º89.09%89.22%-
HSV(B)304.9º19.44%98.82%-
XYZ78.4470.1898.22-
YUV222.78142.23148.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 203 (79.69% from 255) = 28.88%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=35.85%
G=28.88%
B=35.28%

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
Decimal25220324800.190.020.01304.989.0989.22
HexFCCBF8013211315959
Octal37431337002321461131131
Binary11111100110010111111100001001110110011000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBF8; }

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

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

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

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

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

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

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

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