#F8AEA1

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

Shades of Rose Bud #F8AEA1

Tints of Rose Bud #F8AEA1

Color information

#F8AEA1 (or 0xF8AEA1) is unknown color: approx Rose Bud. HEX triplet: F8, AE and A1. RGB value is (248,174,161). Sum of RGB (Red+Green+Blue) = 248+174+161=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AEA1 is #07515E. Grayscale: #C2C2C2. Windows color (decimal): -479583 or 10596088. OLE color: 10596088.

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

Color convert

RGB248174161-
CMYK00.300.350.03
HSL8.97º86.14%80.2%-
HSV(B)8.97º35.08%97.25%-
XYZ60.2852.840.73-
YUV194.64109.02166.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=42.54%
G=29.85%
B=27.62%

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
Decimal24817416100.300.350.038.9786.1480.2
HexF8AEA101E23395650
Octal37025624103643311126120
Binary11111000101011101010000101111010001111100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEA1; }

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

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

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

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

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

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

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

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