#FDD0FE

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

Shades of Snuff #FDD0FE

Tints of Snuff #FDD0FE

Color information

#FDD0FE (or 0xFDD0FE) is unknown color: approx Snuff. HEX triplet: FD, D0 and FE. RGB value is (253,208,254). Sum of RGB (Red+Green+Blue) = 253+208+254=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FE is #022F01. Grayscale: #E2E2E2. Windows color (decimal): -143106 or 16699645. OLE color: 16699645.

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

Color convert

RGB253208254-
CMYK0.000.1800.00
HSL298.7º95.83%90.59%-
HSV(B)298.7º18.11%99.61%-
XYZ80.9573.15103.62-
YUV226.7143.41146.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 208 (81.64% from 255) = 29.09%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=35.38%
G=29.09%
B=35.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532082540.000.1800.00298.795.8390.59
HexFDD0FE0120012b605b
Octal37532037602200453140133
Binary1111110111010000111111100100100010010101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0FE; }

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

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

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

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

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

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

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

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