#FD949A

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

Shades of Wewak #FD949A

Tints of Wewak #FD949A

Color information

#FD949A (or 0xFD949A) is unknown color: approx Wewak. HEX triplet: FD, 94 and 9A. RGB value is (253,148,154). Sum of RGB (Red+Green+Blue) = 253+148+154=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949A is #026B65. Grayscale: #B4B4B4. Windows color (decimal): -158566 or 10130685. OLE color: 10130685.

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

Color convert

RGB253148154-
CMYK00.420.390.01
HSL356.57º96.33%78.63%-
HSV(B)356.57º41.5%99.22%-
XYZ56.9344.436.14-
YUV180.08113.29180.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=45.59%
G=26.67%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314815400.420.390.01356.5796.3378.63
HexFD949A02A271165604f
Octal375224232052471545140117
Binary1111110110010100100110100101010100111110110010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD949A; }

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

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

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

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

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

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

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

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