#F9D0FF

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

Shades of Selago #F9D0FF

Tints of Selago #F9D0FF

Color information

#F9D0FF (or 0xF9D0FF) is unknown color: approx Selago. HEX triplet: F9, D0 and FF. RGB value is (249,208,255). Sum of RGB (Red+Green+Blue) = 249+208+255=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 208 (81.64% from 255 or 29.21% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9D0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D0FF is #062F00. Grayscale: #E1E1E1. Windows color (decimal): -405249 or 16765177. OLE color: 16765177.

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

Color convert

RGB249208255-
CMYK0.020.1800
HSL292.34º100%90.78%-
HSV(B)292.34º18.43%100%-
XYZ79.6772.47104.4-
YUV225.62144.58144.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.97%
GREEN value IS 208 (81.64% from 255) = 29.21%
BLUE value IS 255 (100% from 255) = 35.81%
R=34.97%
G=29.21%
B=35.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492082550.020.1800292.3410090.78
HexF9D0FF21200124645b
Octal37132037722200444144133
Binary11111001110100001111111110100100010010010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D0FF; }

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

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

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

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

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

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

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

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