#FDCAFF

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

Shades of Snuff #FDCAFF

Tints of Snuff #FDCAFF

Color information

#FDCAFF (or 0xFDCAFF) is unknown color: approx Snuff. HEX triplet: FD, CA and FF. RGB value is (253,202,255). Sum of RGB (Red+Green+Blue) = 253+202+255=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 202 (79.30% from 255 or 28.45% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDCAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAFF is #023500. Grayscale: #DFDFDF. Windows color (decimal): -144641 or 16763645. OLE color: 16763645.

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

Color convert

RGB253202255-
CMYK0.010.2100
HSL297.74º100%89.61%-
HSV(B)297.74º20.78%100%-
XYZ79.6870.34103.99-
YUV223.29145.9149.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 202 (79.30% from 255) = 28.45%
BLUE value IS 255 (100% from 255) = 35.92%
R=35.63%
G=28.45%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532022550.010.2100297.7410089.61
HexFDCAFF1150012a645a
Octal37531237712500452144132
Binary1111110111001010111111111101010010010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAFF; }

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

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

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

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

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

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

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

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