Html Css Color HEX #FD8087 Wewak

📋 copy color: '#FD8087'

red 253 ◦ green 128 ◦ blue 135

#FD8087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #FD8087

Tints of Wewak #FD8087

RGB

 RED value IS 253 (99.22% from 255) = 49.03%

 GREEN value IS 128 (50.39% from 255) = 24.81%

 BLUE value IS 135 (53.13% from 255) = 26.16%

R = 49.03%
G = 24.81%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD8087 (or 0xFD8087) is known color: Wewak. HEX triplet: FD, 80 and 87. RGB value is (253,128,135). Sum of RGB (Red+Green+Blue) = 253+128+135=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8087 is #027F78. Grayscale: #A6A6A6. Windows color (decimal): -163705 or 8880381. OLE color: 8880381.

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

Color convert

RGB 253 128 135 -
CMYK 0 0.49 0.47 0.01
HSL 356.64º 0.97% 0.75% -
HSV(B) 356.64º 0.49% 0.99% -
XYZ 52.6 38.07 27.5 -
YUV 166.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 253 128 135 0 0.49 0.47 0.01 356.64 0.97 0.75
Hex FD 80 87 0 31 2F 1 165 61 4B
Octal 375 200 207 0 61 57 1 545 141 113
Binary 11111101 10000000 10000111 0 110001 101111 1 101100101 1100001 1001011

Color Harmonies of #FD8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8087

Black with #FD8087

Text Example


Text Example

White with #FD8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8087; }

 p { color: rgb(253,128,135); }

 H1.HeaderClassName
 {
   color: #FD8087;
 }
 .AnyTagClassName
 {
   color: #FD8087;
 }
</style>

background-color css

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

 a { background-color: rgb(253,128,135); }

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

border-color css

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

 span { border-color: rgb(253,128,135); }

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