#FFD2FD

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

Shades of Snuff #FFD2FD

Tints of Snuff #FFD2FD

Color information

#FFD2FD (or 0xFFD2FD) is unknown color: approx Snuff. HEX triplet: FF, D2 and FD. RGB value is (255,210,253). Sum of RGB (Red+Green+Blue) = 255+210+253=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 210 (82.42% from 255 or 29.25% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2FD is #002D02. Grayscale: #E4E4E4. Windows color (decimal): -11523 or 16634623. OLE color: 16634623.

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

Color convert

RGB255210253-
CMYK00.180.010
HSL302.67º100%91.18%-
HSV(B)302.67º17.65%100%-
XYZ82.0274.45102.98-
YUV228.36141.91147-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 210 (82.42% from 255) = 29.25%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=35.52%
G=29.25%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521025300.180.010302.6710091.18
HexFFD2FD0121012f645b
Octal37732237502210457144133
Binary1111111111010010111111010100101010010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2FD; }

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

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

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

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

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

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

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

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