#F2DDF1

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

Shades of Selago #F2DDF1

Tints of Selago #F2DDF1

Color information

#F2DDF1 (or 0xF2DDF1) is unknown color: approx Selago. HEX triplet: F2, DD and F1. RGB value is (242,221,241). Sum of RGB (Red+Green+Blue) = 242+221+241=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF1 is #0D220E. Grayscale: #E5E5E5. Windows color (decimal): -860687 or 15850994. OLE color: 15850994.

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

Color convert

RGB242221241-
CMYK00.090.000.05
HSL302.86º44.68%90.78%-
HSV(B)302.86º8.68%94.9%-
XYZ78.3576.9493.94-
YUV229.56134.46136.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 241 (94.53% from 255) = 34.23%
R=34.38%
G=31.39%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222124100.090.000.05302.8644.6890.78
HexF2DDF1090512f2d5b
Octal3623353610110545755133
Binary1111001011011101111100010100101011001011111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDF1; }

 p { color: rgb(242,221,241); }

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

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

 a { background-color: rgb(242,221,241); }

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

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

 span { border-color: rgb(242,221,241); }

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