Html Css Color HEX #FEAE8C Rose Bud

📋 copy color: '#FEAE8C'

red 254 ◦ green 174 ◦ blue 140

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

Shades of Rose Bud #FEAE8C

Tints of Rose Bud #FEAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 44.72%
G = 30.63%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEAE8C (or 0xFEAE8C) is known color: Rose Bud. HEX triplet: FE, AE and 8C. RGB value is (254,174,140). Sum of RGB (Red+Green+Blue) = 254+174+140=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE8C is #015173. Grayscale: #C2C2C2. Windows color (decimal): -86388 or 9219838. OLE color: 9219838.

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

Color convert

RGB 254 174 140 -
CMYK 0 0.31 0.45 0.00
HSL 17.89º 0.98% 0.77% -
HSV(B) 17.89º 0.45% 1% -
XYZ 60.74 53.24 31.89 -
YUV 194.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 254 174 140 0 0.31 0.45 0.00 17.89 0.98 0.77
Hex FE AE 8C 0 1F 2D 0 12 62 4D
Octal 376 256 214 0 37 55 0 22 142 115
Binary 11111110 10101110 10001100 0 11111 101101 0 10010 1100010 1001101

Color Harmonies of #FEAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAE8C

Black with #FEAE8C

Text Example


Text Example

White with #FEAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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