Html Css Color HEX #FE949A Wewak

📋 copy color: '#FE949A'

red 254 ◦ green 148 ◦ blue 154

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

Shades of Wewak #FE949A

Tints of Wewak #FE949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.62%

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 45.68%
G = 26.62%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE949A (or 0xFE949A) is known color: Wewak. HEX triplet: FE, 94 and 9A. RGB value is (254,148,154). Sum of RGB (Red+Green+Blue) = 254+148+154=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE949A is #016B65. Grayscale: #B4B4B4. Windows color (decimal): -93030 or 10130686. OLE color: 10130686.

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

Color convert

RGB 254 148 154 -
CMYK 0 0.42 0.39 0.00
HSL 356.6º 0.98% 0.79% -
HSV(B) 356.6º 0.42% 1% -
XYZ 57.3 44.58 36.16 -
YUV 180.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 254 148 154 0 0.42 0.39 0.00 356.6 0.98 0.79
Hex FE 94 9A 0 2A 27 0 165 62 4F
Octal 376 224 232 0 52 47 0 545 142 117
Binary 11111110 10010100 10011010 0 101010 100111 0 101100101 1100010 1001111

Color Harmonies of #FE949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE949A

Black with #FE949A

Text Example


Text Example

White with #FE949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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