#F9DAFE

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

Shades of Selago #F9DAFE

Tints of Selago #F9DAFE

Color information

#F9DAFE (or 0xF9DAFE) is unknown color: approx Selago. HEX triplet: F9, DA and FE. RGB value is (249,218,254). Sum of RGB (Red+Green+Blue) = 249+218+254=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAFE is #062501. Grayscale: #E7E7E7. Windows color (decimal): -402690 or 16702201. OLE color: 16702201.

HSL color Cylindrical-coordinate representation of color #F9DAFE: hue angle of 291.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DAFE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249218254-
CMYK0.020.1400.00
HSL291.67º94.74%92.55%-
HSV(B)291.67º14.17%99.61%-
XYZ82.0377.44104.39-
YUV231.37140.77140.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.54%
GREEN value IS 218 (85.55% from 255) = 30.24%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=34.54%
G=30.24%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492182540.020.1400.00291.6794.7492.55
HexF9DAFE2E001245f5d
Octal37133237621600444137135
Binary1111100111011010111111101011100010010010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAFE; }

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

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

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

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

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

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

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

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