#F9DDFA

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

Shades of Selago #F9DDFA

Tints of Selago #F9DDFA

Color information

#F9DDFA (or 0xF9DDFA) is unknown color: approx Selago. HEX triplet: F9, DD and FA. RGB value is (249,221,250). Sum of RGB (Red+Green+Blue) = 249+221+250=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDFA is #062205. Grayscale: #E8E8E8. Windows color (decimal): -401926 or 16440825. OLE color: 16440825.

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

Color convert

RGB249221250-
CMYK0.000.1200.02
HSL297.93º74.36%92.35%-
HSV(B)297.93º11.6%98.04%-
XYZ82.1878.75101.31-
YUV232.68137.78139.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.58%
GREEN value IS 221 (86.72% from 255) = 30.69%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=34.58%
G=30.69%
B=34.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492212500.000.1200.02297.9374.3692.35
HexF9DDFA0C0212a4a5c
Octal37133537201402452112134
Binary1111100111011101111110100110001010010101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDFA; }

 p { color: rgb(249,221,250); }

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

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

 a { background-color: rgb(249,221,250); }

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

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

 span { border-color: rgb(249,221,250); }

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