#FAACA1

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

Shades of Rose Bud #FAACA1

Tints of Rose Bud #FAACA1

Color information

#FAACA1 (or 0xFAACA1) is unknown color: approx Rose Bud. HEX triplet: FA, AC and A1. RGB value is (250,172,161). Sum of RGB (Red+Green+Blue) = 250+172+161=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACA1 is #05535E. Grayscale: #C2C2C2. Windows color (decimal): -349023 or 10595578. OLE color: 10595578.

HSL color Cylindrical-coordinate representation of color #FAACA1: hue angle of 7.42º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAACA1 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250172161-
CMYK00.310.360.02
HSL7.42º89.9%80.59%-
HSV(B)7.42º35.6%98.04%-
XYZ60.6152.440.64-
YUV194.07109.34167.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=42.88%
G=29.50%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017216100.310.360.027.4289.980.59
HexFAACA101F24275a51
Octal3722542410374427132121
Binary1111101010101100101000010111111001001011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACA1; }

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

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

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

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

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

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

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

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