#F2DAF2

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

Shades of Selago #F2DAF2

Tints of Selago #F2DAF2

Color information

#F2DAF2 (or 0xF2DAF2) is unknown color: approx Selago. HEX triplet: F2, DA and F2. RGB value is (242,218,242). Sum of RGB (Red+Green+Blue) = 242+218+242=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF2 is #0D250D. Grayscale: #E3E3E3. Windows color (decimal): -861454 or 15915762. OLE color: 15915762.

HSL color Cylindrical-coordinate representation of color #F2DAF2: hue angle of 300º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAF2 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242218242-
CMYK00.1000.05
HSL300º48%90.2%-
HSV(B)300º9.92%94.9%-
XYZ77.7275.4394.47-
YUV227.91135.95138.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=34.47%
G=31.05%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221824200.1000.053004890.2
HexF2DAF20A0512c305a
Octal3623323620120545460132
Binary1111001011011010111100100101001011001011001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAF2; }

 p { color: rgb(242,218,242); }

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

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

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

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

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

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

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