#FD9D9F

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

Shades of Wewak #FD9D9F

Tints of Wewak #FD9D9F

Color information

#FD9D9F (or 0xFD9D9F) is unknown color: approx Wewak. HEX triplet: FD, 9D and 9F. RGB value is (253,157,159). Sum of RGB (Red+Green+Blue) = 253+157+159=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9D9F is #026260. Grayscale: #BABABA. Windows color (decimal): -156257 or 10460669. OLE color: 10460669.

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

Color convert

RGB253157159-
CMYK00.380.370.01
HSL358.75º96%80.39%-
HSV(B)358.75º37.94%99.22%-
XYZ58.8247.538.87-
YUV185.93112.8175.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=44.46%
G=27.59%
B=27.94%

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
Decimal25315715900.380.370.01358.759680.39
HexFD9D9F0262511676050
Octal375235237046451547140120
Binary1111110110011101100111110100110100101110110011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D9F; }

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

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

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

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

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

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

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

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