Html Css Color HEX #FD9FA8 Wewak

📋 copy color: '#FD9FA8'

red 253 ◦ green 159 ◦ blue 168

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

Shades of Wewak #FD9FA8

Tints of Wewak #FD9FA8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.41%

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 43.62%
G = 27.41%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD9FA8 (or 0xFD9FA8) is known color: Wewak. HEX triplet: FD, 9F and A8. RGB value is (253,159,168). Sum of RGB (Red+Green+Blue) = 253+159+168=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9FA8 is #026057. Grayscale: #BCBCBC. Windows color (decimal): -155736 or 11051005. OLE color: 11051005.

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

Color convert

RGB 253 159 168 -
CMYK 0 0.37 0.34 0.01
HSL 354.26º 0.96% 0.81% -
HSV(B) 354.26º 0.37% 0.99% -
XYZ 59.97 48.51 43.25 -
YUV 188.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 253 159 168 0 0.37 0.34 0.01 354.26 0.96 0.81
Hex FD 9F A8 0 25 22 1 162 60 51
Octal 375 237 250 0 45 42 1 542 140 121
Binary 11111101 10011111 10101000 0 100101 100010 1 101100010 1100000 1010001

Color Harmonies of #FD9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9FA8

Black with #FD9FA8

Text Example


Text Example

White with #FD9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9FA8; }

 p { color: rgb(253,159,168); }

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

background-color css

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

 a { background-color: rgb(253,159,168); }

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

border-color css

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

 span { border-color: rgb(253,159,168); }

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