Html Css Color HEX #FEAC8F Rose Bud

📋 copy color: '#FEAC8F'

red 254 ◦ green 172 ◦ blue 143

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

Shades of Rose Bud #FEAC8F

Tints of Rose Bud #FEAC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.23%

 BLUE value IS 143 (56.25% from 255) = 25.13%

R = 44.64%
G = 30.23%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEAC8F (or 0xFEAC8F) is known color: Rose Bud. HEX triplet: FE, AC and 8F. RGB value is (254,172,143). Sum of RGB (Red+Green+Blue) = 254+172+143=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC8F is #015370. Grayscale: #C1C1C1. Windows color (decimal): -86897 or 9415934. OLE color: 9415934.

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

Color convert

RGB 254 172 143 -
CMYK 0 0.32 0.44 0.00
HSL 15.68º 0.98% 0.78% -
HSV(B) 15.68º 0.44% 1% -
XYZ 60.58 52.56 32.94 -
YUV 193.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 254 172 143 0 0.32 0.44 0.00 15.68 0.98 0.78
Hex FE AC 8F 0 20 2C 0 10 62 4E
Octal 376 254 217 0 40 54 0 20 142 116
Binary 11111110 10101100 10001111 0 100000 101100 0 10000 1100010 1001110

Color Harmonies of #FEAC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC8F

Black with #FEAC8F

Text Example


Text Example

White with #FEAC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC8F; }

 p { color: rgb(254,172,143); }

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

background-color css

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

 a { background-color: rgb(254,172,143); }

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

border-color css

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

 span { border-color: rgb(254,172,143); }

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