#FCCAFD

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

Shades of Snuff #FCCAFD

Tints of Snuff #FCCAFD

Color information

#FCCAFD (or 0xFCCAFD) is unknown color: approx Snuff. HEX triplet: FC, CA and FD. RGB value is (252,202,253). Sum of RGB (Red+Green+Blue) = 252+202+253=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAFD is #033502. Grayscale: #DEDEDE. Windows color (decimal): -210179 or 16632572. OLE color: 16632572.

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

Color convert

RGB252202253-
CMYK0.000.2000.01
HSL298.82º92.73%89.22%-
HSV(B)298.82º20.16%99.22%-
XYZ7970.03102.28-
YUV222.76145.06148.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.64%
GREEN value IS 202 (79.30% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=35.64%
G=28.57%
B=35.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522022530.000.2000.01298.8292.7389.22
HexFCCAFD0140112b5d59
Octal37431237502401453135131
Binary1111110011001010111111010101000110010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAFD; }

 p { color: rgb(252,202,253); }

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

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

 a { background-color: rgb(252,202,253); }

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

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

 span { border-color: rgb(252,202,253); }

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