#FD9C9F

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

Shades of Wewak #FD9C9F

Tints of Wewak #FD9C9F

Color information

#FD9C9F (or 0xFD9C9F) is unknown color: approx Wewak. HEX triplet: FD, 9C and 9F. RGB value is (253,156,159). Sum of RGB (Red+Green+Blue) = 253+156+159=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9C9F is #026360. Grayscale: #B9B9B9. Windows color (decimal): -156513 or 10460413. OLE color: 10460413.

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

Color convert

RGB253156159-
CMYK00.380.370.01
HSL358.14º96.04%80.2%-
HSV(B)358.14º38.34%99.22%-
XYZ58.6547.1638.81-
YUV185.34113.14176.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=44.54%
G=27.46%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315615900.380.370.01358.1496.0480.2
HexFD9C9F0262511666050
Octal375234237046451546140120
Binary1111110110011100100111110100110100101110110011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C9F; }

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

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

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

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

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

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

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

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