#FD8C8E

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

Shades of Wewak #FD8C8E

Tints of Wewak #FD8C8E

Color information

#FD8C8E (or 0xFD8C8E) is unknown color: approx Wewak. HEX triplet: FD, 8C and 8E. RGB value is (253,140,142). Sum of RGB (Red+Green+Blue) = 253+140+142=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C8E is #027371. Grayscale: #AEAEAE. Windows color (decimal): -160626 or 9342205. OLE color: 9342205.

HSL color Cylindrical-coordinate representation of color #FD8C8E: hue angle of 358.94º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8C8E is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253140142-
CMYK00.450.440.01
HSL358.94º96.58%77.06%-
HSV(B)358.94º44.66%99.22%-
XYZ54.7741.5930.73-
YUV174.02109.94184.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=47.29%
G=26.17%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314014200.450.440.01358.9496.5877.06
HexFD8C8E02D2C1167614d
Octal375214216055541547141115
Binary1111110110001100100011100101101101100110110011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C8E; }

 p { color: rgb(253,140,142); }

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

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

 a { background-color: rgb(253,140,142); }

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

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

 span { border-color: rgb(253,140,142); }

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