#F9DFFA

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

Shades of Selago #F9DFFA

Tints of Selago #F9DFFA

Color information

#F9DFFA (or 0xF9DFFA) is unknown color: approx Selago. HEX triplet: F9, DF and FA. RGB value is (249,223,250). Sum of RGB (Red+Green+Blue) = 249+223+250=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFFA is #062005. Grayscale: #E9E9E9. Windows color (decimal): -401414 or 16441337. OLE color: 16441337.

HSL color Cylindrical-coordinate representation of color #F9DFFA: hue angle of 297.78º degrees, saturation: 0.73, 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 #F9DFFA is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249223250-
CMYK0.000.1100.02
HSL297.78º72.97%92.75%-
HSV(B)297.78º10.8%98.04%-
XYZ82.7179.82101.49-
YUV233.85137.11138.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.49%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=34.49%
G=30.89%
B=34.63%

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
Decimal2492232500.000.1100.02297.7872.9792.75
HexF9DFFA0B0212a495d
Octal37133737201302452111135
Binary1111100111011111111110100101101010010101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFFA; }

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

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

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

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

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

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

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

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