Html Css Color HEX #FD8A90 Wewak

📋 copy color: '#FD8A90'

red 253 ◦ green 138 ◦ blue 144

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

Shades of Wewak #FD8A90

Tints of Wewak #FD8A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.79%

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 47.29%
G = 25.79%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD8A90 (or 0xFD8A90) is known color: Wewak. HEX triplet: FD, 8A and 90. RGB value is (253,138,144). Sum of RGB (Red+Green+Blue) = 253+138+144=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A90 is #02756F. Grayscale: #ADADAD. Windows color (decimal): -161136 or 9472765. OLE color: 9472765.

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

Color convert

RGB 253 138 144 -
CMYK 0 0.45 0.43 0.01
HSL 356.87º 0.97% 0.77% -
HSV(B) 356.87º 0.45% 0.99% -
XYZ 54.63 41.07 31.43 -
YUV 173.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 253 138 144 0 0.45 0.43 0.01 356.87 0.97 0.77
Hex FD 8A 90 0 2D 2B 1 165 61 4D
Octal 375 212 220 0 55 53 1 545 141 115
Binary 11111101 10001010 10010000 0 101101 101011 1 101100101 1100001 1001101

Color Harmonies of #FD8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A90

Black with #FD8A90

Text Example


Text Example

White with #FD8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A90; }

 p { color: rgb(253,138,144); }

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

background-color css

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

 a { background-color: rgb(253,138,144); }

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

border-color css

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

 span { border-color: rgb(253,138,144); }

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