#F5DDF9

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

Shades of Selago #F5DDF9

Tints of Selago #F5DDF9

Color information

#F5DDF9 (or 0xF5DDF9) is unknown color: approx Selago. HEX triplet: F5, DD and F9. RGB value is (245,221,249). Sum of RGB (Red+Green+Blue) = 245+221+249=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5DDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDF9 is #0A2206. Grayscale: #E7E7E7. Windows color (decimal): -664071 or 16375285. OLE color: 16375285.

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

Color convert

RGB245221249-
CMYK0.020.1100.02
HSL291.43º70%92.16%-
HSV(B)291.43º11.24%97.65%-
XYZ80.6177.96100.42-
YUV231.37137.95137.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 221 (86.72% from 255) = 30.91%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=34.27%
G=30.91%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452212490.020.1100.02291.437092.16
HexF5DDF92B02123465c
Octal36533537121302443106134
Binary11110101110111011111100110101101010010001110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDF9; }

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

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

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

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

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

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

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

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