#F2DCF1

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

Shades of Selago #F2DCF1

Tints of Selago #F2DCF1

Color information

#F2DCF1 (or 0xF2DCF1) is unknown color: approx Selago. HEX triplet: F2, DC and F1. RGB value is (242,220,241). Sum of RGB (Red+Green+Blue) = 242+220+241=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCF1 is #0D230E. Grayscale: #E4E4E4. Windows color (decimal): -860943 or 15850738. OLE color: 15850738.

HSL color Cylindrical-coordinate representation of color #F2DCF1: hue angle of 302.73º degrees, saturation: 0.46, 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 #F2DCF1 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB242220241-
CMYK00.090.000.05
HSL302.73º45.83%90.59%-
HSV(B)302.73º9.09%94.9%-
XYZ78.0976.4193.85-
YUV228.97134.79137.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=34.42%
G=31.29%
B=34.28%

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
Decimal24222024100.090.000.05302.7345.8390.59
HexF2DCF1090512f2e5b
Octal3623343610110545756133
Binary1111001011011100111100010100101011001011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCF1; }

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

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

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

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

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

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

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

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