#FAAC8F

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

Shades of Rose Bud #FAAC8F

Tints of Rose Bud #FAAC8F

Color information

#FAAC8F (or 0xFAAC8F) is unknown color: approx Rose Bud. HEX triplet: FA, AC and 8F. RGB value is (250,172,143). Sum of RGB (Red+Green+Blue) = 250+172+143=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC8F is #055370. Grayscale: #C0C0C0. Windows color (decimal): -349041 or 9415930. OLE color: 9415930.

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

Color convert

RGB250172143-
CMYK00.310.430.02
HSL16.26º91.45%77.06%-
HSV(B)16.26º42.8%98.04%-
XYZ59.1351.8132.87-
YUV192.02100.34169.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 143 (56.25% from 255) = 25.31%
R=44.25%
G=30.44%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017214300.310.430.0216.2691.4577.06
HexFAAC8F01F2B2105b4d
Octal37225421703753220133115
Binary111110101010110010001111011111101011101000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC8F; }

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

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

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

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

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

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

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

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