#F5DDF7

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

Shades of Selago #F5DDF7

Tints of Selago #F5DDF7

Color information

#F5DDF7 (or 0xF5DDF7) is unknown color: approx Selago. HEX triplet: F5, DD and F7. RGB value is (245,221,247). Sum of RGB (Red+Green+Blue) = 245+221+247=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5DDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDF7 is #0A2208. Grayscale: #E7E7E7. Windows color (decimal): -664073 or 16244213. OLE color: 16244213.

HSL color Cylindrical-coordinate representation of color #F5DDF7: hue angle of 295.38º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DDF7 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245221247-
CMYK0.010.1100.03
HSL295.38º61.9%91.76%-
HSV(B)295.38º10.53%96.86%-
XYZ80.377.8498.79-
YUV231.14136.95137.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 221 (86.72% from 255) = 31.00%
BLUE value IS 247 (96.88% from 255) = 34.64%
R=34.36%
G=31.00%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452212470.010.1100.03295.3861.991.76
HexF5DDF71B031273e5c
Octal3653353671130344776134
Binary111101011101110111110111110110111001001111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDF7; }

 p { color: rgb(245,221,247); }

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

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

 a { background-color: rgb(245,221,247); }

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

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

 span { border-color: rgb(245,221,247); }

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