#FCC4F7

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

Shades of Snuff #FCC4F7

Tints of Snuff #FCC4F7

Color information

#FCC4F7 (or 0xFCC4F7) is unknown color: approx Snuff. HEX triplet: FC, C4 and F7. RGB value is (252,196,247). Sum of RGB (Red+Green+Blue) = 252+196+247=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 196 (76.95% from 255 or 28.20% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4F7 is #033B08. Grayscale: #DADADA. Windows color (decimal): -211721 or 16237820. OLE color: 16237820.

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

Color convert

RGB252196247-
CMYK00.220.020.01
HSL305.36º90.32%87.84%-
HSV(B)305.36º22.22%98.82%-
XYZ76.6766.8996.87-
YUV218.56144.05151.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 196 (76.95% from 255) = 28.20%
BLUE value IS 247 (96.88% from 255) = 35.54%
R=36.26%
G=28.20%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219624700.220.020.01305.3690.3287.84
HexFCC4F7016211315a58
Octal37430436702621461132130
Binary11111100110001001111011101011010110011000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4F7; }

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

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

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

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

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

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

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

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