#FAAC8D

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

Shades of Rose Bud #FAAC8D

Tints of Rose Bud #FAAC8D

Color information

#FAAC8D (or 0xFAAC8D) is unknown color: approx Rose Bud. HEX triplet: FA, AC and 8D. RGB value is (250,172,141). Sum of RGB (Red+Green+Blue) = 250+172+141=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC8D is #055372. Grayscale: #BFBFBF. Windows color (decimal): -349043 or 9284858. OLE color: 9284858.

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

Color convert

RGB250172141-
CMYK00.310.440.02
HSL17.06º91.6%76.67%-
HSV(B)17.06º43.6%98.04%-
XYZ58.9851.7532.08-
YUV191.7999.34169.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=44.40%
G=30.55%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017214100.310.440.0217.0691.676.67
HexFAAC8D01F2C2115c4d
Octal37225421503754221134115
Binary111110101010110010001101011111101100101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC8D; }

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

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

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

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

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

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

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

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