#F9DEFA

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

Shades of Selago #F9DEFA

Tints of Selago #F9DEFA

Color information

#F9DEFA (or 0xF9DEFA) is unknown color: approx Selago. HEX triplet: F9, DE and FA. RGB value is (249,222,250). Sum of RGB (Red+Green+Blue) = 249+222+250=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DEFA is #062105. Grayscale: #E9E9E9. Windows color (decimal): -401670 or 16441081. OLE color: 16441081.

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

Color convert

RGB249222250-
CMYK0.000.1100.02
HSL297.86º73.68%92.55%-
HSV(B)297.86º11.2%98.04%-
XYZ82.4479.28101.4-
YUV233.26137.45139.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.54%
GREEN value IS 222 (87.11% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=34.54%
G=30.79%
B=34.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492222500.000.1100.02297.8673.6892.55
HexF9DEFA0B0212a4a5d
Octal37133637201302452112135
Binary1111100111011110111110100101101010010101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DEFA; }

 p { color: rgb(249,222,250); }

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

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

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

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

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

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

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