#FD7F8E

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

Shades of Wewak #FD7F8E

Tints of Wewak #FD7F8E

Color information

#FD7F8E (or 0xFD7F8E) is unknown color: approx Wewak. HEX triplet: FD, 7F and 8E. RGB value is (253,127,142). Sum of RGB (Red+Green+Blue) = 253+127+142=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7F8E is #028071. Grayscale: #A6A6A6. Windows color (decimal): -163954 or 9338877. OLE color: 9338877.

HSL color Cylindrical-coordinate representation of color #FD7F8E: hue angle of 352.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7F8E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253127142-
CMYK00.500.440.01
HSL352.86º96.92%74.51%-
HSV(B)352.86º49.8%99.22%-
XYZ52.9838.0130.14-
YUV166.38114.24189.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.47%
GREEN value IS 127 (50% from 255) = 24.33%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=48.47%
G=24.33%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312714200.500.440.01352.8696.9274.51
HexFD7F8E0322C1161614b
Octal375177216062541541141113
Binary111111011111111100011100110010101100110110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F8E; }

 p { color: rgb(253,127,142); }

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

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

 a { background-color: rgb(253,127,142); }

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

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

 span { border-color: rgb(253,127,142); }

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