#FD8C8F

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

Shades of Wewak #FD8C8F

Tints of Wewak #FD8C8F

Color information

#FD8C8F (or 0xFD8C8F) is unknown color: approx Wewak. HEX triplet: FD, 8C and 8F. RGB value is (253,140,143). Sum of RGB (Red+Green+Blue) = 253+140+143=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C8F is #027370. Grayscale: #AEAEAE. Windows color (decimal): -160625 or 9407741. OLE color: 9407741.

HSL color Cylindrical-coordinate representation of color #FD8C8F: hue angle of 358.41º 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 #FD8C8F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253140143-
CMYK00.450.430.01
HSL358.41º96.58%77.06%-
HSV(B)358.41º44.66%99.22%-
XYZ54.8441.6231.13-
YUV174.13110.44184.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=47.20%
G=26.12%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314014300.450.430.01358.4196.5877.06
HexFD8C8F02D2B1166614d
Octal375214217055531546141115
Binary1111110110001100100011110101101101011110110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C8F; }

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

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

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

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

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

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

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

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