Html Css Color HEX #FD8185 Wewak

📋 copy color: '#FD8185'

red 253 ◦ green 129 ◦ blue 133

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

Shades of Wewak #FD8185

Tints of Wewak #FD8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.05%

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 49.13%
G = 25.05%
B = 25.83%

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

#FD8185 (or 0xFD8185) is known color: Wewak. HEX triplet: FD, 81 and 85. RGB value is (253,129,133). Sum of RGB (Red+Green+Blue) = 253+129+133=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8185 is #027E7A. Grayscale: #A6A6A6. Windows color (decimal): -163451 or 8749565. OLE color: 8749565.

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

Color convert

RGB 253 129 133 -
CMYK 0 0.49 0.47 0.01
HSL 358.06º 0.97% 0.75% -
HSV(B) 358.06º 0.49% 0.99% -
XYZ 52.59 38.28 26.81 -
YUV 166.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 253 129 133 0 0.49 0.47 0.01 358.06 0.97 0.75
Hex FD 81 85 0 31 2F 1 166 61 4B
Octal 375 201 205 0 61 57 1 546 141 113
Binary 11111101 10000001 10000101 0 110001 101111 1 101100110 1100001 1001011

Color Harmonies of #FD8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8185

Black with #FD8185

Text Example


Text Example

White with #FD8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8185; }

 p { color: rgb(253,129,133); }

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

background-color css

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

 a { background-color: rgb(253,129,133); }

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

border-color css

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

 span { border-color: rgb(253,129,133); }

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