#F9D4FF

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

Shades of Selago #F9D4FF

Tints of Selago #F9D4FF

Color information

#F9D4FF (or 0xF9D4FF) is unknown color: approx Selago. HEX triplet: F9, D4 and FF. RGB value is (249,212,255). Sum of RGB (Red+Green+Blue) = 249+212+255=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 212 (83.20% from 255 or 29.61% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4FF is #062B00. Grayscale: #E3E3E3. Windows color (decimal): -404225 or 16766201. OLE color: 16766201.

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

Color convert

RGB249212255-
CMYK0.020.1700
HSL291.63º100%91.57%-
HSV(B)291.63º16.86%100%-
XYZ80.6674.45104.73-
YUV227.96143.26143-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.78%
GREEN value IS 212 (83.20% from 255) = 29.61%
BLUE value IS 255 (100% from 255) = 35.61%
R=34.78%
G=29.61%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492122550.020.1700291.6310091.57
HexF9D4FF21100124645c
Octal37132437722100444144134
Binary11111001110101001111111110100010010010010011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D4FF; }

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

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

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

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

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

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

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

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