Html Css Color HEX #FE95A3 Wewak

📋 copy color: '#FE95A3'

red 254 ◦ green 149 ◦ blue 163

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

Shades of Wewak #FE95A3

Tints of Wewak #FE95A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.8%

R = 44.88%
G = 26.33%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE95A3 (or 0xFE95A3) is known color: Wewak. HEX triplet: FE, 95 and A3. RGB value is (254,149,163). Sum of RGB (Red+Green+Blue) = 254+149+163=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95A3 is #016A5C. Grayscale: #B6B6B6. Windows color (decimal): -92765 or 10720766. OLE color: 10720766.

HSL color Cylindrical-coordinate representation of color #FE95A3: hue angle of 352º 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 #FE95A3 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 149 163 -
CMYK 0 0.41 0.36 0.00
HSL 352º 0.98% 0.79% -
HSV(B) 352º 0.41% 1% -
XYZ 58.23 45.21 40.31 -
YUV 181.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 254 149 163 0 0.41 0.36 0.00 352 0.98 0.79
Hex FE 95 A3 0 29 24 0 160 62 4F
Octal 376 225 243 0 51 44 0 540 142 117
Binary 11111110 10010101 10100011 0 101001 100100 0 101100000 1100010 1001111

Color Harmonies of #FE95A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95A3

Black with #FE95A3

Text Example


Text Example

White with #FE95A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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