#FD838C

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

Shades of Wewak #FD838C

Tints of Wewak #FD838C

Color information

#FD838C (or 0xFD838C) is unknown color: approx Wewak. HEX triplet: FD, 83 and 8C. RGB value is (253,131,140). Sum of RGB (Red+Green+Blue) = 253+131+140=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838C is #027C73. Grayscale: #A8A8A8. Windows color (decimal): -162932 or 9208829. OLE color: 9208829.

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

Color convert

RGB253131140-
CMYK00.480.450.01
HSL355.57º96.83%75.29%-
HSV(B)355.57º48.22%99.22%-
XYZ53.3639.0129.53-
YUV168.5111.92188.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=48.28%
G=25%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313114000.480.450.01355.5796.8375.29
HexFD838C0302D1164614b
Octal375203214060551544141113
Binary1111110110000011100011000110000101101110110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD838C; }

 p { color: rgb(253,131,140); }

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

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

 a { background-color: rgb(253,131,140); }

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

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

 span { border-color: rgb(253,131,140); }

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