#F9DAF9

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

Shades of Selago #F9DAF9

Tints of Selago #F9DAF9

Color information

#F9DAF9 (or 0xF9DAF9) is unknown color: approx Selago. HEX triplet: F9, DA and F9. RGB value is (249,218,249). Sum of RGB (Red+Green+Blue) = 249+218+249=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAF9 is #062506. Grayscale: #E6E6E6. Windows color (decimal): -402695 or 16374521. OLE color: 16374521.

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

Color convert

RGB249218249-
CMYK00.1200.02
HSL300º72.09%91.57%-
HSV(B)300º12.45%97.65%-
XYZ81.2477.12100.23-
YUV230.8138.27140.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 249 (97.66% from 255) = 34.78%
R=34.78%
G=30.45%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921824900.1200.0230072.0991.57
HexF9DAF90C0212c485c
Octal37133237101402454110134
Binary1111100111011010111110010110001010010110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAF9; }

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

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

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

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

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

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

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

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