#FFD0FF

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

Shades of Snuff #FFD0FF

Tints of Snuff #FFD0FF

Color information

#FFD0FF (or 0xFFD0FF) is unknown color: approx Snuff. HEX triplet: FF, D0 and FF. RGB value is (255,208,255). Sum of RGB (Red+Green+Blue) = 255+208+255=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 208 (81.64% from 255 or 28.97% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0FF is #002F00. Grayscale: #E3E3E3. Windows color (decimal): -12033 or 16765183. OLE color: 16765183.

HSL color Cylindrical-coordinate representation of color #FFD0FF: hue angle of 300º 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 #FFD0FF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255208255-
CMYK00.1800
HSL300º100%90.78%-
HSV(B)300º18.43%100%-
XYZ81.8573.59104.5-
YUV227.41143.57147.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 208 (81.64% from 255) = 28.97%
BLUE value IS 255 (100% from 255) = 35.52%
R=35.52%
G=28.97%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520825500.180030010090.78
HexFFD0FF0120012c645b
Octal37732037702200454144133
Binary1111111111010000111111110100100010010110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0FF; }

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

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

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

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

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

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

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

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