#F9DFFE

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

Shades of Selago #F9DFFE

Tints of Selago #F9DFFE

Color information

#F9DFFE (or 0xF9DFFE) is unknown color: approx Selago. HEX triplet: F9, DF and FE. RGB value is (249,223,254). Sum of RGB (Red+Green+Blue) = 249+223+254=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFFE is #062001. Grayscale: #EAEAEA. Windows color (decimal): -401410 or 16703481. OLE color: 16703481.

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

Color convert

RGB249223254-
CMYK0.020.1200.00
HSL290.32º93.94%93.53%-
HSV(B)290.32º12.2%99.61%-
XYZ83.3480.07104.83-
YUV234.31139.11138.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.30%
GREEN value IS 223 (87.5% from 255) = 30.72%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=34.30%
G=30.72%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492232540.020.1200.00290.3293.9493.53
HexF9DFFE2C001225e5e
Octal37133737621400442136136
Binary1111100111011111111111101011000010010001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFFE; }

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

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

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

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

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

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

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

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