#FDDCF9

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

Shades of Selago #FDDCF9

Tints of Selago #FDDCF9

Color information

#FDDCF9 (or 0xFDDCF9) is unknown color: approx Selago. HEX triplet: FD, DC and F9. RGB value is (253,220,249). Sum of RGB (Red+Green+Blue) = 253+220+249=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF9 is #022306. Grayscale: #E9E9E9. Windows color (decimal): -140039 or 16375037. OLE color: 16375037.

HSL color Cylindrical-coordinate representation of color #FDDCF9: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253220249-
CMYK00.130.020.01
HSL307.27º89.19%92.75%-
HSV(B)307.27º13.04%99.22%-
XYZ83.278.91100.47-
YUV233.17136.93142.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 220 (86.33% from 255) = 30.47%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=35.04%
G=30.47%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322024900.130.020.01307.2789.1992.75
HexFDDCF90D21133595d
Octal37533437101521463131135
Binary1111110111011100111110010110110110011001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCF9; }

 p { color: rgb(253,220,249); }

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

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

 a { background-color: rgb(253,220,249); }

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

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

 span { border-color: rgb(253,220,249); }

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