#FDCAFD

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

Shades of Snuff #FDCAFD

Tints of Snuff #FDCAFD

Color information

#FDCAFD (or 0xFDCAFD) is unknown color: approx Snuff. HEX triplet: FD, CA and FD. RGB value is (253,202,253). Sum of RGB (Red+Green+Blue) = 253+202+253=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 202 (79.30% from 255 or 28.53% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDCAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAFD is #023502. Grayscale: #DEDEDE. Windows color (decimal): -144643 or 16632573. OLE color: 16632573.

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

Color convert

RGB253202253-
CMYK00.2000.01
HSL300º92.73%89.22%-
HSV(B)300º20.16%99.22%-
XYZ79.3670.22102.3-
YUV223.06144.9149.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=35.73%
G=28.53%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320225300.2000.0130092.7389.22
HexFDCAFD0140112c5d59
Octal37531237502401454135131
Binary1111110111001010111111010101000110010110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAFD; }

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

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

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

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

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

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

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

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