#F9D8FE

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

Shades of Selago #F9D8FE

Tints of Selago #F9D8FE

Color information

#F9D8FE (or 0xF9D8FE) is unknown color: approx Selago. HEX triplet: F9, D8 and FE. RGB value is (249,216,254). Sum of RGB (Red+Green+Blue) = 249+216+254=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 216 (84.77% from 255 or 30.04% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9D8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D8FE is #062701. Grayscale: #E6E6E6. Windows color (decimal): -403202 or 16701689. OLE color: 16701689.

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

Color convert

RGB249216254-
CMYK0.020.1500.00
HSL292.11º95%92.16%-
HSV(B)292.11º14.96%99.61%-
XYZ81.5176.41104.22-
YUV230.2141.43141.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.63%
GREEN value IS 216 (84.77% from 255) = 30.04%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=34.63%
G=30.04%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492162540.020.1500.00292.119592.16
HexF9D8FE2F001245f5c
Octal37133037621700444137134
Binary1111100111011000111111101011110010010010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D8FE; }

 p { color: rgb(249,216,254); }

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

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

 a { background-color: rgb(249,216,254); }

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

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

 span { border-color: rgb(249,216,254); }

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