#F9DCFD

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

Shades of Selago #F9DCFD

Tints of Selago #F9DCFD

Color information

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

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

Color convert

RGB249220253-
CMYK0.020.1300.01
HSL292.73º89.19%92.75%-
HSV(B)292.73º13.04%99.22%-
XYZ82.3978.42103.72-
YUV232.43139.61139.82-

RGB Variations

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

RGB

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

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
Decimal2492202530.020.1300.01292.7389.1992.75
HexF9DCFD2D01125595d
Octal37133437521501445131135
Binary1111100111011100111111011011010110010010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCFD; }

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

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

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

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

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

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

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

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