#F9DAF7

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

Shades of Selago #F9DAF7

Tints of Selago #F9DAF7

Color information

#F9DAF7 (or 0xF9DAF7) is unknown color: approx Selago. HEX triplet: F9, DA and F7. RGB value is (249,218,247). Sum of RGB (Red+Green+Blue) = 249+218+247=714 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.87% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAF7 is #062508. Grayscale: #E6E6E6. Windows color (decimal): -402697 or 16243449. OLE color: 16243449.

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

Color convert

RGB249218247-
CMYK00.120.010.02
HSL303.87º72.09%91.57%-
HSV(B)303.87º12.45%97.65%-
XYZ80.937798.59-
YUV230.58137.27141.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.87%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 247 (96.88% from 255) = 34.59%
R=34.87%
G=30.53%
B=34.59%

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
Decimal24921824700.120.010.02303.8772.0991.57
HexF9DAF70C12130485c
Octal37133236701412460110134
Binary1111100111011010111101110110011010011000010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAF7; }

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

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

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

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

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

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

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

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