#FCCFF8

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

Shades of Snuff #FCCFF8

Tints of Snuff #FCCFF8

Color information

#FCCFF8 (or 0xFCCFF8) is unknown color: approx Snuff. HEX triplet: FC, CF and F8. RGB value is (252,207,248). Sum of RGB (Red+Green+Blue) = 252+207+248=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF8 is #033007. Grayscale: #E1E1E1. Windows color (decimal): -208904 or 16306172. OLE color: 16306172.

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

Color convert

RGB252207248-
CMYK00.180.020.01
HSL305.33º88.24%90%-
HSV(B)305.33º17.86%98.82%-
XYZ79.472.198.54-
YUV225.13140.91147.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=35.64%
G=29.28%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220724800.180.020.01305.3388.2490
HexFCCFF801221131585a
Octal37431737002221461130132
Binary11111100110011111111100001001010110011000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFF8; }

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

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

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

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

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

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

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

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