#F9DCFF

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

Shades of Selago #F9DCFF

Tints of Selago #F9DCFF

Color information

#F9DCFF (or 0xF9DCFF) is unknown color: approx Selago. HEX triplet: F9, DC and FF. RGB value is (249,220,255). Sum of RGB (Red+Green+Blue) = 249+220+255=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCFF is #062300. Grayscale: #E8E8E8. Windows color (decimal): -402177 or 16768249. OLE color: 16768249.

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

Color convert

RGB249220255-
CMYK0.020.1400
HSL289.71º100%93.14%-
HSV(B)289.71º13.73%100%-
XYZ82.7178.55105.41-
YUV232.66140.61139.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 220 (86.33% from 255) = 30.39%
BLUE value IS 255 (100% from 255) = 35.22%
R=34.39%
G=30.39%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492202550.020.1400289.7110093.14
HexF9DCFF2E00122645d
Octal37133437721600442144135
Binary1111100111011100111111111011100010010001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCFF; }

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

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

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

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

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

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

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

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