Html Css Color HEX #FEAA8F Rose Bud

📋 copy color: '#FEAA8F'

red 254 ◦ green 170 ◦ blue 143

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

Shades of Rose Bud #FEAA8F

Tints of Rose Bud #FEAA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.22%

R = 44.8%
G = 29.98%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEAA8F (or 0xFEAA8F) is known color: Rose Bud. HEX triplet: FE, AA and 8F. RGB value is (254,170,143). Sum of RGB (Red+Green+Blue) = 254+170+143=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA8F is #015570. Grayscale: #C0C0C0. Windows color (decimal): -87409 or 9415422. OLE color: 9415422.

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

Color convert

RGB 254 170 143 -
CMYK 0 0.33 0.44 0.00
HSL 14.59º 0.98% 0.78% -
HSV(B) 14.59º 0.44% 1% -
XYZ 60.21 51.8 32.81 -
YUV 192.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 254 170 143 0 0.33 0.44 0.00 14.59 0.98 0.78
Hex FE AA 8F 0 21 2C 0 F 62 4E
Octal 376 252 217 0 41 54 0 17 142 116
Binary 11111110 10101010 10001111 0 100001 101100 0 1111 1100010 1001110

Color Harmonies of #FEAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA8F

Black with #FEAA8F

Text Example


Text Example

White with #FEAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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