Html Css Color HEX #FEAB8E Rose Bud

📋 copy color: '#FEAB8E'

red 254 ◦ green 171 ◦ blue 142

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

Shades of Rose Bud #FEAB8E

Tints of Rose Bud #FEAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.16%

 BLUE value IS 142 (55.86% from 255) = 25.04%

R = 44.8%
G = 30.16%
B = 25.04%

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

#FEAB8E (or 0xFEAB8E) is known color: Rose Bud. HEX triplet: FE, AB and 8E. RGB value is (254,171,142). Sum of RGB (Red+Green+Blue) = 254+171+142=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB8E is #015471. Grayscale: #C0C0C0. Windows color (decimal): -87154 or 9350142. OLE color: 9350142.

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

Color convert

RGB 254 171 142 -
CMYK 0 0.33 0.44 0.00
HSL 15.54º 0.98% 0.78% -
HSV(B) 15.54º 0.44% 1% -
XYZ 60.32 52.15 32.48 -
YUV 192.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 254 171 142 0 0.33 0.44 0.00 15.54 0.98 0.78
Hex FE AB 8E 0 21 2C 0 10 62 4E
Octal 376 253 216 0 41 54 0 20 142 116
Binary 11111110 10101011 10001110 0 100001 101100 0 10000 1100010 1001110

Color Harmonies of #FEAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB8E

Black with #FEAB8E

Text Example


Text Example

White with #FEAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB8E; }

 p { color: rgb(254,171,142); }

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

background-color css

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

 a { background-color: rgb(254,171,142); }

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

border-color css

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

 span { border-color: rgb(254,171,142); }

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