Html Css Color HEX #FEAB9F Rose Bud

📋 copy color: '#FEAB9F'

red 254 ◦ green 171 ◦ blue 159

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

Shades of Rose Bud #FEAB9F

Tints of Rose Bud #FEAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 43.49%
G = 29.28%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEAB9F (or 0xFEAB9F) is known color: Rose Bud. HEX triplet: FE, AB and 9F. RGB value is (254,171,159). Sum of RGB (Red+Green+Blue) = 254+171+159=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB9F is #015460. Grayscale: #C2C2C2. Windows color (decimal): -87137 or 10464254. OLE color: 10464254.

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

Color convert

RGB 254 171 159 -
CMYK 0 0.33 0.37 0.00
HSL 7.58º 0.98% 0.81% -
HSV(B) 7.58º 0.37% 1% -
XYZ 61.69 52.7 39.72 -
YUV 194.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 254 171 159 0 0.33 0.37 0.00 7.58 0.98 0.81
Hex FE AB 9F 0 21 25 0 8 62 51
Octal 376 253 237 0 41 45 0 10 142 121
Binary 11111110 10101011 10011111 0 100001 100101 0 1000 1100010 1010001

Color Harmonies of #FEAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB9F

Black with #FEAB9F

Text Example


Text Example

White with #FEAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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