#FDD7FA

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

Shades of Snuff #FDD7FA

Tints of Snuff #FDD7FA

Color information

#FDD7FA (or 0xFDD7FA) is unknown color: approx Snuff. HEX triplet: FD, D7 and FA. RGB value is (253,215,250). Sum of RGB (Red+Green+Blue) = 253+215+250=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 250 (98.05% from 255 or 34.82% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7FA is #022805. Grayscale: #E6E6E6. Windows color (decimal): -141318 or 16439293. OLE color: 16439293.

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

Color convert

RGB253215250-
CMYK00.150.010.01
HSL304.74º90.48%91.76%-
HSV(B)304.74º15.02%99.22%-
XYZ82.0676.39100.86-
YUV230.35139.09144.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 215 (84.38% from 255) = 29.94%
BLUE value IS 250 (98.05% from 255) = 34.82%
R=35.24%
G=29.94%
B=34.82%

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
Decimal25321525000.150.010.01304.7490.4891.76
HexFDD7FA0F111315a5c
Octal37532737201711461132134
Binary111111011101011111111010011111110011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD7FA; }

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

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

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

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

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

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

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

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