Html Css Color HEX #FD8FA0 Wewak

📋 copy color: '#FD8FA0'

red 253 ◦ green 143 ◦ blue 160

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

Shades of Wewak #FD8FA0

Tints of Wewak #FD8FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.72%

 BLUE value IS 160 (62.89% from 255) = 28.78%

R = 45.5%
G = 25.72%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD8FA0 (or 0xFD8FA0) is known color: Wewak. HEX triplet: FD, 8F and A0. RGB value is (253,143,160). Sum of RGB (Red+Green+Blue) = 253+143+160=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8FA0 is #02705F. Grayscale: #B1B1B1. Windows color (decimal): -159840 or 10522621. OLE color: 10522621.

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

Color convert

RGB 253 143 160 -
CMYK 0 0.43 0.37 0.01
HSL 350.73º 0.96% 0.78% -
HSV(B) 350.73º 0.43% 0.99% -
XYZ 56.68 43.07 38.58 -
YUV 177.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 253 143 160 0 0.43 0.37 0.01 350.73 0.96 0.78
Hex FD 8F A0 0 2B 25 1 15F 60 4E
Octal 375 217 240 0 53 45 1 537 140 116
Binary 11111101 10001111 10100000 0 101011 100101 1 101011111 1100000 1001110

Color Harmonies of #FD8FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FA0

Black with #FD8FA0

Text Example


Text Example

White with #FD8FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FA0; }

 p { color: rgb(253,143,160); }

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

background-color css

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

 a { background-color: rgb(253,143,160); }

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

border-color css

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

 span { border-color: rgb(253,143,160); }

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