#F49EBD

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

Shades of Shocking #F49EBD

Tints of Shocking #F49EBD

Color information

#F49EBD (or 0xF49EBD) is unknown color: approx Shocking. HEX triplet: F4, 9E and BD. RGB value is (244,158,189). Sum of RGB (Red+Green+Blue) = 244+158+189=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EBD is #0B6142. Grayscale: #BBBBBB. Windows color (decimal): -745795 or 12426996. OLE color: 12426996.

HSL color Cylindrical-coordinate representation of color #F49EBD: hue angle of 338.37º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49EBD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244158189-
CMYK00.350.230.04
HSL338.37º79.63%78.82%-
HSV(B)338.37º35.25%95.69%-
XYZ58.7247.3654.19-
YUV187.25128.99168.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=41.29%
G=26.73%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415818900.350.230.04338.3779.6378.82
HexF49EBD023174152504f
Octal364236275043274522120117
Binary11110100100111101011110101000111011110010101001010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EBD; }

 p { color: rgb(244,158,189); }

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

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

 a { background-color: rgb(244,158,189); }

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

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

 span { border-color: rgb(244,158,189); }

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