#F8AEA0

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

Shades of Rose Bud #F8AEA0

Tints of Rose Bud #F8AEA0

Color information

#F8AEA0 (or 0xF8AEA0) is unknown color: approx Rose Bud. HEX triplet: F8, AE and A0. RGB value is (248,174,160). Sum of RGB (Red+Green+Blue) = 248+174+160=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AEA0 is #07515F. Grayscale: #C2C2C2. Windows color (decimal): -479584 or 10530552. OLE color: 10530552.

HSL color Cylindrical-coordinate representation of color #F8AEA0: hue angle of 9.55º 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 #F8AEA0 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB248174160-
CMYK00.300.350.03
HSL9.55º86.27%80%-
HSV(B)9.55º35.48%97.25%-
XYZ60.1952.7740.27-
YUV194.53108.52166.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=42.61%
G=29.90%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817416000.300.350.039.5586.2780
HexF8AEA001E233a5650
Octal37025624003643312126120
Binary11111000101011101010000001111010001111101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEA0; }

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

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

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

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

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

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

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

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