#FD9FA8

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

Shades of Wewak #FD9FA8

Tints of Wewak #FD9FA8

Color information

#FD9FA8 (or 0xFD9FA8) is unknown color: approx Wewak. HEX triplet: FD, 9F and A8. RGB value is (253,159,168). Sum of RGB (Red+Green+Blue) = 253+159+168=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9FA8 is #026057. Grayscale: #BCBCBC. Windows color (decimal): -155736 or 11051005. OLE color: 11051005.

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

Color convert

RGB253159168-
CMYK00.370.340.01
HSL354.26º95.92%80.78%-
HSV(B)354.26º37.15%99.22%-
XYZ59.9748.5143.25-
YUV188.13116.64174.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 168 (66.02% from 255) = 28.97%
R=43.62%
G=27.41%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315916800.370.340.01354.2695.9280.78
HexFD9FA80252211626051
Octal375237250045421542140121
Binary1111110110011111101010000100101100010110110001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9FA8; }

 p { color: rgb(253,159,168); }

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

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

 a { background-color: rgb(253,159,168); }

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

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

 span { border-color: rgb(253,159,168); }

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