#FDC5FE

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

Shades of Snuff #FDC5FE

Tints of Snuff #FDC5FE

Color information

#FDC5FE (or 0xFDC5FE) is unknown color: approx Snuff. HEX triplet: FD, C5 and FE. RGB value is (253,197,254). Sum of RGB (Red+Green+Blue) = 253+197+254=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FE is #023A01. Grayscale: #DCDCDC. Windows color (decimal): -145922 or 16696829. OLE color: 16696829.

HSL color Cylindrical-coordinate representation of color #FDC5FE: hue angle of 298.95º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5FE is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253197254-
CMYK0.000.2200.00
HSL298.95º96.61%88.43%-
HSV(B)298.95º22.44%99.61%-
XYZ78.3667.97102.76-
YUV220.24147.05151.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 197 (77.34% from 255) = 27.98%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=35.94%
G=27.98%
B=36.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531972540.000.2200.00298.9596.6188.43
HexFDC5FE0160012b6158
Octal37530537602600453141130
Binary1111110111000101111111100101100010010101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5FE; }

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

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

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

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

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

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

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

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