Html Css Color HEX #FEACA1 Rose Bud

📋 copy color: '#FEACA1'

red 254 ◦ green 172 ◦ blue 161

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

Shades of Rose Bud #FEACA1

Tints of Rose Bud #FEACA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.43%

R = 43.27%
G = 29.3%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEACA1 (or 0xFEACA1) is known color: Rose Bud. HEX triplet: FE, AC and A1. RGB value is (254,172,161). Sum of RGB (Red+Green+Blue) = 254+172+161=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACA1 is #01535E. Grayscale: #C3C3C3. Windows color (decimal): -86879 or 10595582. OLE color: 10595582.

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

Color convert

RGB 254 172 161 -
CMYK 0 0.32 0.37 0.00
HSL 7.1º 0.98% 0.81% -
HSV(B) 7.1º 0.37% 1% -
XYZ 62.06 53.15 40.71 -
YUV 195.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 254 172 161 0 0.32 0.37 0.00 7.1 0.98 0.81
Hex FE AC A1 0 20 25 0 7 62 51
Octal 376 254 241 0 40 45 0 7 142 121
Binary 11111110 10101100 10100001 0 100000 100101 0 111 1100010 1010001

Color Harmonies of #FEACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACA1

Black with #FEACA1

Text Example


Text Example

White with #FEACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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