Html Css Color HEX #FE9CAA Mauvelous

📋 copy color: '#FE9CAA'

red 254 ◦ green 156 ◦ blue 170

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

Shades of Mauvelous #FE9CAA

Tints of Mauvelous #FE9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.9%

 BLUE value IS 170 (66.8% from 255) = 29.31%

R = 43.79%
G = 26.9%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE9CAA (or 0xFE9CAA) is known color: Mauvelous. HEX triplet: FE, 9C and AA. RGB value is (254,156,170). Sum of RGB (Red+Green+Blue) = 254+156+170=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CAA is #016355. Grayscale: #BABABA. Windows color (decimal): -90966 or 11181310. OLE color: 11181310.

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

Color convert

RGB 254 156 170 -
CMYK 0 0.39 0.33 0.00
HSL 351.43º 0.98% 0.8% -
HSV(B) 351.43º 0.39% 1% -
XYZ 60.02 47.75 44.08 -
YUV 186.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 254 156 170 0 0.39 0.33 0.00 351.43 0.98 0.8
Hex FE 9C AA 0 27 21 0 15F 62 50
Octal 376 234 252 0 47 41 0 537 142 120
Binary 11111110 10011100 10101010 0 100111 100001 0 101011111 1100010 1010000

Color Harmonies of #FE9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9CAA

Black with #FE9CAA

Text Example


Text Example

White with #FE9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9CAA; }

 p { color: rgb(254,156,170); }

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

background-color css

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

 a { background-color: rgb(254,156,170); }

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

border-color css

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

 span { border-color: rgb(254,156,170); }

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