Html Css Color HEX #FEAE8D Rose Bud

📋 copy color: '#FEAE8D'

red 254 ◦ green 174 ◦ blue 141

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

Shades of Rose Bud #FEAE8D

Tints of Rose Bud #FEAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.58%

 BLUE value IS 141 (55.47% from 255) = 24.78%

R = 44.64%
G = 30.58%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEAE8D (or 0xFEAE8D) is known color: Rose Bud. HEX triplet: FE, AE and 8D. RGB value is (254,174,141). Sum of RGB (Red+Green+Blue) = 254+174+141=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE8D is #015172. Grayscale: #C2C2C2. Windows color (decimal): -86387 or 9285374. OLE color: 9285374.

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

Color convert

RGB 254 174 141 -
CMYK 0 0.31 0.44 0.00
HSL 17.52º 0.98% 0.77% -
HSV(B) 17.52º 0.44% 1% -
XYZ 60.82 53.27 32.28 -
YUV 194.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 254 174 141 0 0.31 0.44 0.00 17.52 0.98 0.77
Hex FE AE 8D 0 1F 2C 0 12 62 4D
Octal 376 256 215 0 37 54 0 22 142 115
Binary 11111110 10101110 10001101 0 11111 101100 0 10010 1100010 1001101

Color Harmonies of #FEAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE8D

Black with #FEAE8D

Text Example


Text Example

White with #FEAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE8D; }

 p { color: rgb(254,174,141); }

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

background-color css

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

 a { background-color: rgb(254,174,141); }

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

border-color css

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

 span { border-color: rgb(254,174,141); }

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