Html Css Color HEX #FE95A1 Wewak

📋 copy color: '#FE95A1'

red 254 ◦ green 149 ◦ blue 161

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

Shades of Wewak #FE95A1

Tints of Wewak #FE95A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

 BLUE value IS 161 (63.28% from 255) = 28.55%

R = 45.04%
G = 26.42%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE95A1 (or 0xFE95A1) is known color: Wewak. HEX triplet: FE, 95 and A1. RGB value is (254,149,161). Sum of RGB (Red+Green+Blue) = 254+149+161=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95A1 is #016A5E. Grayscale: #B5B5B5. Windows color (decimal): -92767 or 10589694. OLE color: 10589694.

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

Color convert

RGB 254 149 161 -
CMYK 0 0.41 0.37 0.00
HSL 353.14º 0.98% 0.79% -
HSV(B) 353.14º 0.41% 1% -
XYZ 58.05 45.14 39.37 -
YUV 181.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 254 149 161 0 0.41 0.37 0.00 353.14 0.98 0.79
Hex FE 95 A1 0 29 25 0 161 62 4F
Octal 376 225 241 0 51 45 0 541 142 117
Binary 11111110 10010101 10100001 0 101001 100101 0 101100001 1100010 1001111

Color Harmonies of #FE95A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95A1

Black with #FE95A1

Text Example


Text Example

White with #FE95A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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