Html Css Color HEX #FE9FA5 Wewak

📋 copy color: '#FE9FA5'

red 254 ◦ green 159 ◦ blue 165

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

Shades of Wewak #FE9FA5

Tints of Wewak #FE9FA5

RGB

 RED value IS 254 (99.61% from 255) = 43.94%

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

 BLUE value IS 165 (64.84% from 255) = 28.55%

R = 43.94%
G = 27.51%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE9FA5 (or 0xFE9FA5) is known color: Wewak. HEX triplet: FE, 9F and A5. RGB value is (254,159,165). Sum of RGB (Red+Green+Blue) = 254+159+165=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FA5 is #01605A. Grayscale: #BCBCBC. Windows color (decimal): -90203 or 10854398. OLE color: 10854398.

HSL color Cylindrical-coordinate representation of color #FE9FA5: hue angle of 356.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FA5 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 159 165 -
CMYK 0 0.37 0.35 0.00
HSL 356.21º 0.98% 0.81% -
HSV(B) 356.21º 0.37% 1% -
XYZ 60.06 48.58 41.81 -
YUV 188.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 254 159 165 0 0.37 0.35 0.00 356.21 0.98 0.81
Hex FE 9F A5 0 25 23 0 164 62 51
Octal 376 237 245 0 45 43 0 544 142 121
Binary 11111110 10011111 10100101 0 100101 100011 0 101100100 1100010 1010001

Color Harmonies of #FE9FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FA5

Black with #FE9FA5

Text Example


Text Example

White with #FE9FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FA5; }

 p { color: rgb(254,159,165); }

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

background-color css

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

 a { background-color: rgb(254,159,165); }

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

border-color css

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

 span { border-color: rgb(254,159,165); }

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