Html Css Color HEX #FEAB9E Rose Bud

📋 copy color: '#FEAB9E'

red 254 ◦ green 171 ◦ blue 158

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

Shades of Rose Bud #FEAB9E

Tints of Rose Bud #FEAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.1%

R = 43.57%
G = 29.33%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEAB9E (or 0xFEAB9E) is known color: Rose Bud. HEX triplet: FE, AB and 9E. RGB value is (254,171,158). Sum of RGB (Red+Green+Blue) = 254+171+158=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9E is #015461. Grayscale: #C2C2C2. Windows color (decimal): -87138 or 10398718. OLE color: 10398718.

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

Color convert

RGB 254 171 158 -
CMYK 0 0.33 0.38 0.00
HSL 8.13º 0.98% 0.81% -
HSV(B) 8.13º 0.38% 1% -
XYZ 61.61 52.67 39.27 -
YUV 194.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 254 171 158 0 0.33 0.38 0.00 8.13 0.98 0.81
Hex FE AB 9E 0 21 26 0 8 62 51
Octal 376 253 236 0 41 46 0 10 142 121
Binary 11111110 10101011 10011110 0 100001 100110 0 1000 1100010 1010001

Color Harmonies of #FEAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB9E

Black with #FEAB9E

Text Example


Text Example

White with #FEAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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