#F9D3FF

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

Shades of Selago #F9D3FF

Tints of Selago #F9D3FF

Color information

#F9D3FF (or 0xF9D3FF) is unknown color: approx Selago. HEX triplet: F9, D3 and FF. RGB value is (249,211,255). Sum of RGB (Red+Green+Blue) = 249+211+255=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 211 (82.81% from 255 or 29.51% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9D3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D3FF is #062C00. Grayscale: #E3E3E3. Windows color (decimal): -404481 or 16765945. OLE color: 16765945.

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

Color convert

RGB249211255-
CMYK0.020.1700
HSL291.82º100%91.37%-
HSV(B)291.82º17.25%100%-
XYZ80.4173.95104.64-
YUV227.38143.59143.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.83%
GREEN value IS 211 (82.81% from 255) = 29.51%
BLUE value IS 255 (100% from 255) = 35.66%
R=34.83%
G=29.51%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492112550.020.1700291.8210091.37
HexF9D3FF21100124645b
Octal37132337722100444144133
Binary11111001110100111111111110100010010010010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D3FF; }

 p { color: rgb(249,211,255); }

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

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

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

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

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

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

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