#FCCFF3

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

Shades of Snuff #FCCFF3

Tints of Snuff #FCCFF3

Color information

#FCCFF3 (or 0xFCCFF3) is unknown color: approx Snuff. HEX triplet: FC, CF and F3. RGB value is (252,207,243). Sum of RGB (Red+Green+Blue) = 252+207+243=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF3 is #03300C. Grayscale: #E0E0E0. Windows color (decimal): -208909 or 15978492. OLE color: 15978492.

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

Color convert

RGB252207243-
CMYK00.180.040.01
HSL312º88.24%90%-
HSV(B)312º17.86%98.82%-
XYZ78.6471.7994.51-
YUV224.56138.41147.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=35.90%
G=29.49%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220724300.180.040.0131288.2490
HexFCCFF301241138585a
Octal37431736302241470130132
Binary111111001100111111110011010010100110011100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFF3; }

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

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

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

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

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

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

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

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