#FFD0FA

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

Shades of Snuff #FFD0FA

Tints of Snuff #FFD0FA

Color information

#FFD0FA (or 0xFFD0FA) is unknown color: approx Snuff. HEX triplet: FF, D0 and FA. RGB value is (255,208,250). Sum of RGB (Red+Green+Blue) = 255+208+250=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 208 (81.64% from 255 or 29.17% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0FA is #002F05. Grayscale: #E2E2E2. Windows color (decimal): -12038 or 16437503. OLE color: 16437503.

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

Color convert

RGB255208250-
CMYK00.180.020
HSL306.38º100%90.78%-
HSV(B)306.38º18.43%100%-
XYZ81.0573.27100.31-
YUV226.84141.07148.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 29.17%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=35.76%
G=29.17%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520825000.180.020306.3810090.78
HexFFD0FA01220132645b
Octal37732037202220462144133
Binary11111111110100001111101001001010010011001011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0FA; }

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

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

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

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

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

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

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

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