#FDD8FA

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

Shades of Snuff #FDD8FA

Tints of Snuff #FDD8FA

Color information

#FDD8FA (or 0xFDD8FA) is unknown color: approx Snuff. HEX triplet: FD, D8 and FA. RGB value is (253,216,250). Sum of RGB (Red+Green+Blue) = 253+216+250=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 216 (84.77% from 255 or 30.04% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8FA is #022705. Grayscale: #E6E6E6. Windows color (decimal): -141062 or 16439549. OLE color: 16439549.

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

Color convert

RGB253216250-
CMYK00.150.010.01
HSL304.86º90.24%91.96%-
HSV(B)304.86º14.62%99.22%-
XYZ82.3276.9100.95-
YUV230.94138.76143.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 216 (84.77% from 255) = 30.04%
BLUE value IS 250 (98.05% from 255) = 34.77%
R=35.19%
G=30.04%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321625000.150.010.01304.8690.2491.96
HexFDD8FA0F111315a5c
Octal37533037201711461132134
Binary111111011101100011111010011111110011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD8FA; }

 p { color: rgb(253,216,250); }

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

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

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

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

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

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

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