#FD8F9A

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

Shades of Wewak #FD8F9A

Tints of Wewak #FD8F9A

Color information

#FD8F9A (or 0xFD8F9A) is unknown color: approx Wewak. HEX triplet: FD, 8F and 9A. RGB value is (253,143,154). Sum of RGB (Red+Green+Blue) = 253+143+154=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F9A is #027065. Grayscale: #B1B1B1. Windows color (decimal): -159846 or 10129405. OLE color: 10129405.

HSL color Cylindrical-coordinate representation of color #FD8F9A: hue angle of 354º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8F9A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253143154-
CMYK00.430.390.01
HSL354º96.49%77.65%-
HSV(B)354º43.48%99.22%-
XYZ56.1642.8635.88-
YUV177.14114.94182.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 154 (60.55% from 255) = 28%
R=46%
G=26%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314315400.430.390.0135496.4977.65
HexFD8F9A02B271162604e
Octal375217232053471542140116
Binary1111110110001111100110100101011100111110110001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F9A; }

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

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

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

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

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

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

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

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