#F0DDF5

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

Shades of Selago #F0DDF5

Tints of Selago #F0DDF5

Color information

#F0DDF5 (or 0xF0DDF5) is unknown color: approx Selago. HEX triplet: F0, DD and F5. RGB value is (240,221,245). Sum of RGB (Red+Green+Blue) = 240+221+245=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDF5 is #0F220A. Grayscale: #E5E5E5. Windows color (decimal): -991755 or 16113136. OLE color: 16113136.

HSL color Cylindrical-coordinate representation of color #F0DDF5: hue angle of 287.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0DDF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240221245-
CMYK0.020.1000.04
HSL287.5º54.55%91.37%-
HSV(B)287.5º9.8%96.08%-
XYZ78.2776.8397.09-
YUV229.42136.79135.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 245 (96.09% from 255) = 34.70%
R=33.99%
G=31.30%
B=34.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402212450.020.1000.04287.554.5591.37
HexF0DDF52A04120375b
Octal3603353652120444067133
Binary11110000110111011111010110101001001001000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDF5; }

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

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

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

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

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

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

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

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