#F2DAF4

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

Shades of Selago #F2DAF4

Tints of Selago #F2DAF4

Color information

#F2DAF4 (or 0xF2DAF4) is unknown color: approx Selago. HEX triplet: F2, DA and F4. RGB value is (242,218,244). Sum of RGB (Red+Green+Blue) = 242+218+244=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAF4 is #0D250B. Grayscale: #E4E4E4. Windows color (decimal): -861452 or 16046834. OLE color: 16046834.

HSL color Cylindrical-coordinate representation of color #F2DAF4: hue angle of 295.38º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DAF4 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242218244-
CMYK0.010.1100.04
HSL295.38º54.17%90.59%-
HSV(B)295.38º10.66%95.69%-
XYZ78.0275.5596.06-
YUV228.14136.95137.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.38%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=34.38%
G=30.97%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422182440.010.1100.04295.3854.1790.59
HexF2DAF41B04127365b
Octal3623323641130444766133
Binary1111001011011010111101001101101001001001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAF4; }

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

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

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

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

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

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

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

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