#FDD6FA

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

Shades of Snuff #FDD6FA

Tints of Snuff #FDD6FA

Color information

#FDD6FA (or 0xFDD6FA) is unknown color: approx Snuff. HEX triplet: FD, D6 and FA. RGB value is (253,214,250). Sum of RGB (Red+Green+Blue) = 253+214+250=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 214 (83.98% from 255 or 29.85% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6FA is #022905. Grayscale: #E5E5E5. Windows color (decimal): -141574 or 16439037. OLE color: 16439037.

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

Color convert

RGB253214250-
CMYK00.150.010.01
HSL304.62º90.7%91.57%-
HSV(B)304.62º15.42%99.22%-
XYZ81.8175.88100.78-
YUV229.76139.42144.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 214 (83.98% from 255) = 29.85%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=35.29%
G=29.85%
B=34.87%

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
Decimal25321425000.150.010.01304.6290.791.57
HexFDD6FA0F111315b5c
Octal37532637201711461133134
Binary111111011101011011111010011111110011000110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6FA; }

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

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

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

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

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

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

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

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