#FDDBF9

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

Shades of Selago #FDDBF9

Tints of Selago #FDDBF9

Color information

#FDDBF9 (or 0xFDDBF9) is unknown color: approx Selago. HEX triplet: FD, DB and F9. RGB value is (253,219,249). Sum of RGB (Red+Green+Blue) = 253+219+249=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF9 is #022406. Grayscale: #E8E8E8. Windows color (decimal): -140295 or 16374781. OLE color: 16374781.

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

Color convert

RGB253219249-
CMYK00.130.020.01
HSL307.06º89.47%92.55%-
HSV(B)307.06º13.44%99.22%-
XYZ82.9478.39100.38-
YUV232.59137.26142.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=35.09%
G=30.37%
B=34.54%

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
Decimal25321924900.130.020.01307.0689.4792.55
HexFDDBF90D21133595d
Octal37533337101521463131135
Binary1111110111011011111110010110110110011001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBF9; }

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

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

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

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

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

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

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

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