#F9DDFD

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

Shades of Selago #F9DDFD

Tints of Selago #F9DDFD

Color information

#F9DDFD (or 0xF9DDFD) is unknown color: approx Selago. HEX triplet: F9, DD and FD. RGB value is (249,221,253). Sum of RGB (Red+Green+Blue) = 249+221+253=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDFD is #062202. Grayscale: #E8E8E8. Windows color (decimal): -401923 or 16637433. OLE color: 16637433.

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

Color convert

RGB249221253-
CMYK0.020.1300.01
HSL292.5º88.89%92.94%-
HSV(B)292.5º12.65%99.22%-
XYZ82.6578.94103.81-
YUV233.02139.28139.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.44%
GREEN value IS 221 (86.72% from 255) = 30.57%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=34.44%
G=30.57%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492212530.020.1300.01292.588.8992.94
HexF9DDFD2D01124595d
Octal37133537521501444131135
Binary1111100111011101111111011011010110010010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDFD; }

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

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

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

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

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

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

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

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