#F9DCF7

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

Shades of Selago #F9DCF7

Tints of Selago #F9DCF7

Color information

#F9DCF7 (or 0xF9DCF7) is unknown color: approx Selago. HEX triplet: F9, DC and F7. RGB value is (249,220,247). Sum of RGB (Red+Green+Blue) = 249+220+247=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCF7 is #062308. Grayscale: #E7E7E7. Windows color (decimal): -402185 or 16243961. OLE color: 16243961.

HSL color Cylindrical-coordinate representation of color #F9DCF7: hue angle of 304.14º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCF7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB249220247-
CMYK00.120.010.02
HSL304.14º70.73%91.96%-
HSV(B)304.14º11.65%97.65%-
XYZ81.4578.0498.77-
YUV231.75136.61140.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 247 (96.88% from 255) = 34.50%
R=34.78%
G=30.73%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922024700.120.010.02304.1470.7391.96
HexF9DCF70C12130475c
Octal37133436701412460107134
Binary1111100111011100111101110110011010011000010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCF7; }

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

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

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

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

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

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

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

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