#F0DFF1

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

Shades of Selago #F0DFF1

Tints of Selago #F0DFF1

Color information

#F0DFF1 (or 0xF0DFF1) is unknown color: approx Selago. HEX triplet: F0, DF and F1. RGB value is (240,223,241). Sum of RGB (Red+Green+Blue) = 240+223+241=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0DFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFF1 is #0F200E. Grayscale: #E6E6E6. Windows color (decimal): -991247 or 15851504. OLE color: 15851504.

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

Color convert

RGB240223241-
CMYK0.000.0700.05
HSL296.67º39.13%90.98%-
HSV(B)296.67º7.47%94.51%-
XYZ78.277.6594.09-
YUV230.13134.13135.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 241 (94.53% from 255) = 34.23%
R=34.09%
G=31.68%
B=34.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402232410.000.0700.05296.6739.1390.98
HexF0DFF10705129275b
Octal360337361070545147133
Binary111100001101111111110001011101011001010011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFF1; }

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

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

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

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

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

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

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

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