#FFACA0

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

Shades of Rose Bud #FFACA0

Tints of Rose Bud #FFACA0

Color information

#FFACA0 (or 0xFFACA0) is unknown color: approx Rose Bud. HEX triplet: FF, AC and A0. RGB value is (255,172,160). Sum of RGB (Red+Green+Blue) = 255+172+160=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA0 is #00535F. Grayscale: #C3C3C3. Windows color (decimal): -21344 or 10530047. OLE color: 10530047.

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

Color convert

RGB255172160-
CMYK00.330.370
HSL7.58º100%81.37%-
HSV(B)7.58º37.25%100%-
XYZ62.3453.340.26-
YUV195.45108170.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=43.44%
G=29.30%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517216000.330.3707.5810081.37
HexFFACA002125086451
Octal37725424004145010144121
Binary11111111101011001010000001000011001010100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACA0; }

 p { color: rgb(255,172,160); }

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

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

 a { background-color: rgb(255,172,160); }

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

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

 span { border-color: rgb(255,172,160); }

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