#F4DAF8

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

Shades of Selago #F4DAF8

Tints of Selago #F4DAF8

Color information

#F4DAF8 (or 0xF4DAF8) is unknown color: approx Selago. HEX triplet: F4, DA and F8. RGB value is (244,218,248). Sum of RGB (Red+Green+Blue) = 244+218+248=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4DAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DAF8 is #0B2507. Grayscale: #E5E5E5. Windows color (decimal): -730376 or 16308980. OLE color: 16308980.

HSL color Cylindrical-coordinate representation of color #F4DAF8: hue angle of 292º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4DAF8 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244218248-
CMYK0.020.1200.03
HSL292º68.18%91.37%-
HSV(B)292º12.1%97.25%-
XYZ79.3276.1599.33-
YUV229.19138.61138.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.37%
GREEN value IS 218 (85.55% from 255) = 30.70%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=34.37%
G=30.70%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2442182480.020.1200.0329268.1891.37
HexF4DAF82C03124445b
Octal36433237021403444104133
Binary11110100110110101111100010110001110010010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DAF8; }

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

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

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

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

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

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

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

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