#FEACA2

Color #FEACA2 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEACA2

Tints of Rose Bud #FEACA2

Color information

#FEACA2 (or 0xFEACA2) is unknown color: approx Rose Bud. HEX triplet: FE, AC and A2. RGB value is (254,172,162). Sum of RGB (Red+Green+Blue) = 254+172+162=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACA2 is #01535D. Grayscale: #C3C3C3. Windows color (decimal): -86878 or 10661118. OLE color: 10661118.

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

Color convert

RGB254172162-
CMYK00.320.360.00
HSL6.52º97.87%81.57%-
HSV(B)6.52º36.22%99.61%-
XYZ62.1553.1841.17-
YUV195.38109.17169.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=43.20%
G=29.25%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417216200.320.360.006.5297.8781.57
HexFEACA202024076252
Octal3762542420404407142122
Binary1111111010101100101000100100000100100011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACA2; }

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

 H1.HeaderClassName
 {
   color: #FEACA2;
 }
 .AnyTagClassName
 {
   color: #FEACA2;
 }
</style>
background-color css

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

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

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

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

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

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