Html Css Color HEX #FD8595 Wewak

📋 copy color: '#FD8595'

red 253 ◦ green 133 ◦ blue 149

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

Shades of Wewak #FD8595

Tints of Wewak #FD8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.86%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 47.29%
G = 24.86%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD8595 (or 0xFD8595) is known color: Wewak. HEX triplet: FD, 85 and 95. RGB value is (253,133,149). Sum of RGB (Red+Green+Blue) = 253+133+149=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8595 is #027A6A. Grayscale: #AAAAAA. Windows color (decimal): -162411 or 9799165. OLE color: 9799165.

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

Color convert

RGB 253 133 149 -
CMYK 0 0.47 0.41 0.01
HSL 352º 0.97% 0.76% -
HSV(B) 352º 0.47% 0.99% -
XYZ 54.32 39.83 33.26 -
YUV 170.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 253 133 149 0 0.47 0.41 0.01 352 0.97 0.76
Hex FD 85 95 0 2F 29 1 160 61 4C
Octal 375 205 225 0 57 51 1 540 141 114
Binary 11111101 10000101 10010101 0 101111 101001 1 101100000 1100001 1001100

Color Harmonies of #FD8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8595

Black with #FD8595

Text Example


Text Example

White with #FD8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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