#FDD0FD

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

Shades of Snuff #FDD0FD

Tints of Snuff #FDD0FD

Color information

#FDD0FD (or 0xFDD0FD) is unknown color: approx Snuff. HEX triplet: FD, D0 and FD. RGB value is (253,208,253). Sum of RGB (Red+Green+Blue) = 253+208+253=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 208 (81.64% from 255 or 29.13% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FD is #022F02. Grayscale: #E2E2E2. Windows color (decimal): -143107 or 16634109. OLE color: 16634109.

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

Color convert

RGB253208253-
CMYK00.1800.01
HSL300º91.84%90.39%-
HSV(B)300º17.79%99.22%-
XYZ80.7973.09102.78-
YUV226.58142.91146.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 208 (81.64% from 255) = 29.13%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=35.43%
G=29.13%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320825300.1800.0130091.8490.39
HexFDD0FD0120112c5c5a
Octal37532037502201454134132
Binary1111110111010000111111010100100110010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0FD; }

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

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

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

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

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

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

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

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