#F8AE98

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

Shades of Rose Bud #F8AE98

Tints of Rose Bud #F8AE98

Color information

#F8AE98 (or 0xF8AE98) is unknown color: approx Rose Bud. HEX triplet: F8, AE and 98. RGB value is (248,174,152). Sum of RGB (Red+Green+Blue) = 248+174+152=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE98 is #075167. Grayscale: #C1C1C1. Windows color (decimal): -479592 or 10006264. OLE color: 10006264.

HSL color Cylindrical-coordinate representation of color #F8AE98: hue angle of 13.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8AE98 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248174152-
CMYK00.300.390.03
HSL13.75º87.27%78.43%-
HSV(B)13.75º38.71%97.25%-
XYZ59.5152.536.7-
YUV193.62104.52166.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.21%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=43.21%
G=30.31%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817415200.300.390.0313.7587.2778.43
HexF8AE9801E273e574e
Octal37025623003647316127116
Binary11111000101011101001100001111010011111111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE98; }

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

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

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

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

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

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

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

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