Html Css Color HEX #FE99A0 Wewak

📋 copy color: '#FE99A0'

red 254 ◦ green 153 ◦ blue 160

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

Shades of Wewak #FE99A0

Tints of Wewak #FE99A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.98%

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

R = 44.8%
G = 26.98%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE99A0 (or 0xFE99A0) is known color: Wewak. HEX triplet: FE, 99 and A0. RGB value is (254,153,160). Sum of RGB (Red+Green+Blue) = 254+153+160=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99A0 is #01665F. Grayscale: #B8B8B8. Windows color (decimal): -91744 or 10525182. OLE color: 10525182.

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

Color convert

RGB 254 153 160 -
CMYK 0 0.40 0.37 0.00
HSL 355.84º 0.98% 0.8% -
HSV(B) 355.84º 0.4% 1% -
XYZ 58.61 46.39 39.12 -
YUV 184 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 254 153 160 0 0.40 0.37 0.00 355.84 0.98 0.8
Hex FE 99 A0 0 28 25 0 164 62 50
Octal 376 231 240 0 50 45 0 544 142 120
Binary 11111110 10011001 10100000 0 101000 100101 0 101100100 1100010 1010000

Color Harmonies of #FE99A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99A0

Black with #FE99A0

Text Example


Text Example

White with #FE99A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99A0; }

 p { color: rgb(254,153,160); }

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

background-color css

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

 a { background-color: rgb(254,153,160); }

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

border-color css

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

 span { border-color: rgb(254,153,160); }

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