Html Css Color HEX #FEAA9C Rose Bud

📋 copy color: '#FEAA9C'

red 254 ◦ green 170 ◦ blue 156

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

Shades of Rose Bud #FEAA9C

Tints of Rose Bud #FEAA9C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 170 156 -
CMYK 0 0.33 0.39 0.00
HSL 8.57º 0.98% 0.8% -
HSV(B) 8.57º 0.39% 1% -
XYZ 61.25 52.22 38.3 -
YUV 193.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 254 170 156 0 0.33 0.39 0.00 8.57 0.98 0.8
Hex FE AA 9C 0 21 27 0 9 62 50
Octal 376 252 234 0 41 47 0 11 142 120
Binary 11111110 10101010 10011100 0 100001 100111 0 1001 1100010 1010000

Color Harmonies of #FEAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA9C

Black with #FEAA9C

Text Example


Text Example

White with #FEAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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