#FD848C

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

Shades of Wewak #FD848C

Tints of Wewak #FD848C

Color information

#FD848C (or 0xFD848C) is unknown color: approx Wewak. HEX triplet: FD, 84 and 8C. RGB value is (253,132,140). Sum of RGB (Red+Green+Blue) = 253+132+140=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD848C is #027B73. Grayscale: #A9A9A9. Windows color (decimal): -162676 or 9209085. OLE color: 9209085.

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

Color convert

RGB253132140-
CMYK00.480.450.01
HSL356.03º96.8%75.49%-
HSV(B)356.03º47.83%99.22%-
XYZ53.4939.2829.57-
YUV169.09111.59187.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=48.19%
G=25.14%
B=26.67%

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
Decimal25313214000.480.450.01356.0396.875.49
HexFD848C0302D1164614b
Octal375204214060551544141113
Binary1111110110000100100011000110000101101110110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD848C; }

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

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

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

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

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

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

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

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