#F0DFF2

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

Shades of Selago #F0DFF2

Tints of Selago #F0DFF2

Color information

#F0DFF2 (or 0xF0DFF2) is unknown color: approx Selago. HEX triplet: F0, DF and F2. RGB value is (240,223,242). Sum of RGB (Red+Green+Blue) = 240+223+242=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFF2 is #0F200D. Grayscale: #E6E6E6. Windows color (decimal): -991246 or 15917040. OLE color: 15917040.

HSL color Cylindrical-coordinate representation of color #F0DFF2: hue angle of 293.68º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DFF2 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240223242-
CMYK0.010.0800.05
HSL293.68º42.22%91.18%-
HSV(B)293.68º7.85%94.9%-
XYZ78.3577.7194.87-
YUV230.25134.63134.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 242 (94.92% from 255) = 34.33%
R=34.04%
G=31.63%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402232420.010.0800.05293.6842.2291.18
HexF0DFF218051262a5b
Octal3603373621100544652133
Binary1111000011011111111100101100001011001001101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFF2; }

 p { color: rgb(240,223,242); }

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

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

 a { background-color: rgb(240,223,242); }

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

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

 span { border-color: rgb(240,223,242); }

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