#F4D8F8

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

Shades of Selago #F4D8F8

Tints of Selago #F4D8F8

Color information

#F4D8F8 (or 0xF4D8F8) is unknown color: approx Selago. HEX triplet: F4, D8 and F8. RGB value is (244,216,248). Sum of RGB (Red+Green+Blue) = 244+216+248=708 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.46% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4D8F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D8F8 is #0B2707. Grayscale: #E3E3E3. Windows color (decimal): -730888 or 16308468. OLE color: 16308468.

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

Color convert

RGB244216248-
CMYK0.020.1300.03
HSL292.5º69.57%90.98%-
HSV(B)292.5º12.9%97.25%-
XYZ78.8175.1299.15-
YUV228.02139.28139.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.46%
GREEN value IS 216 (84.77% from 255) = 30.51%
BLUE value IS 248 (97.27% from 255) = 35.03%
R=34.46%
G=30.51%
B=35.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2442162480.020.1300.03292.569.5790.98
HexF4D8F82D03124465b
Octal36433037021503444106133
Binary11110100110110001111100010110101110010010010001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D8F8; }

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

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

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

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

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

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

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

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