#FFACA1

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

Shades of Rose Bud #FFACA1

Tints of Rose Bud #FFACA1

Color information

#FFACA1 (or 0xFFACA1) is unknown color: approx Rose Bud. HEX triplet: FF, AC and A1. RGB value is (255,172,161). Sum of RGB (Red+Green+Blue) = 255+172+161=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA1 is #00535E. Grayscale: #C3C3C3. Windows color (decimal): -21343 or 10595583. OLE color: 10595583.

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

Color convert

RGB255172161-
CMYK00.330.370
HSL7.02º100%81.57%-
HSV(B)7.02º36.86%100%-
XYZ62.4353.3440.72-
YUV195.56108.5170.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=43.37%
G=29.25%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517216100.330.3707.0210081.57
HexFFACA102125076452
Octal3772542410414507144122
Binary1111111110101100101000010100001100101011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACA1; }

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

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

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

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

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

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

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

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