#F8ACA0

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

Shades of Rose Bud #F8ACA0

Tints of Rose Bud #F8ACA0

Color information

#F8ACA0 (or 0xF8ACA0) is unknown color: approx Rose Bud. HEX triplet: F8, AC and A0. RGB value is (248,172,160). Sum of RGB (Red+Green+Blue) = 248+172+160=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACA0 is #07535F. Grayscale: #C1C1C1. Windows color (decimal): -480096 or 10530040. OLE color: 10530040.

HSL color Cylindrical-coordinate representation of color #F8ACA0: hue angle of 8.18º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8ACA0 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248172160-
CMYK00.310.350.03
HSL8.18º86.27%80%-
HSV(B)8.18º35.48%97.25%-
XYZ59.815240.14-
YUV193.36109.18166.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=42.76%
G=29.66%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817216000.310.350.038.1886.2780
HexF8ACA001F23385650
Octal37025424003743310126120
Binary11111000101011001010000001111110001111100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACA0; }

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

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

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

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

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

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

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

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