#FDCAFE

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

Shades of Snuff #FDCAFE

Tints of Snuff #FDCAFE

Color information

#FDCAFE (or 0xFDCAFE) is unknown color: approx Snuff. HEX triplet: FD, CA and FE. RGB value is (253,202,254). Sum of RGB (Red+Green+Blue) = 253+202+254=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 202 (79.30% from 255 or 28.49% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDCAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAFE is #023501. Grayscale: #DFDFDF. Windows color (decimal): -144642 or 16698109. OLE color: 16698109.

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

Color convert

RGB253202254-
CMYK0.000.2000.00
HSL298.85º96.3%89.41%-
HSV(B)298.85º20.47%99.61%-
XYZ79.5270.28103.14-
YUV223.18145.4149.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 28.49%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=35.68%
G=28.49%
B=35.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532022540.000.2000.00298.8596.389.41
HexFDCAFE0140012b6059
Octal37531237602400453140131
Binary1111110111001010111111100101000010010101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAFE; }

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

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

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

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

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

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

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

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