Html Css Color HEX #FD8C90 Wewak

📋 copy color: '#FD8C90'

red 253 ◦ green 140 ◦ blue 144

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

Shades of Wewak #FD8C90

Tints of Wewak #FD8C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

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

R = 47.11%
G = 26.07%
B = 26.82%

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

#FD8C90 (or 0xFD8C90) is known color: Wewak. HEX triplet: FD, 8C and 90. RGB value is (253,140,144). Sum of RGB (Red+Green+Blue) = 253+140+144=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C90 is #02736F. Grayscale: #AEAEAE. Windows color (decimal): -160624 or 9473277. OLE color: 9473277.

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

Color convert

RGB 253 140 144 -
CMYK 0 0.45 0.43 0.01
HSL 357.88º 0.97% 0.77% -
HSV(B) 357.88º 0.45% 0.99% -
XYZ 54.92 41.65 31.53 -
YUV 174.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 253 140 144 0 0.45 0.43 0.01 357.88 0.97 0.77
Hex FD 8C 90 0 2D 2B 1 166 61 4D
Octal 375 214 220 0 55 53 1 546 141 115
Binary 11111101 10001100 10010000 0 101101 101011 1 101100110 1100001 1001101

Color Harmonies of #FD8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C90

Black with #FD8C90

Text Example


Text Example

White with #FD8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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