#FE9AA1

Color #FE9AA1 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FE9AA1

Tints of Wewak #FE9AA1

Color information

#FE9AA1 (or 0xFE9AA1) is unknown color: approx Wewak. HEX triplet: FE, 9A and A1. RGB value is (254,154,161). Sum of RGB (Red+Green+Blue) = 254+154+161=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA1 is #01655E. Grayscale: #B8B8B8. Windows color (decimal): -91487 or 10590974. OLE color: 10590974.

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

Color convert

RGB254154161-
CMYK00.390.370.00
HSL355.8º98.04%80%-
HSV(B)355.8º39.37%99.61%-
XYZ58.8646.7639.64-
YUV184.7114.63177.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=44.64%
G=27.07%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415416100.390.370.00355.898.0480
HexFE9AA10272501646250
Octal376232241047450544142120
Binary1111111010011010101000010100111100101010110010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AA1; }

 p { color: rgb(254,154,161); }

 H1.HeaderClassName
 {
   color: #FE9AA1;
 }
 .AnyTagClassName
 {
   color: #FE9AA1;
 }
</style>
background-color css

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

 a { background-color: rgb(254,154,161); }

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

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

 span { border-color: rgb(254,154,161); }

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