#F8AE9D

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

Shades of Rose Bud #F8AE9D

Tints of Rose Bud #F8AE9D

Color information

#F8AE9D (or 0xF8AE9D) is unknown color: approx Rose Bud. HEX triplet: F8, AE and 9D. RGB value is (248,174,157). Sum of RGB (Red+Green+Blue) = 248+174+157=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE9D is #075162. Grayscale: #C2C2C2. Windows color (decimal): -479587 or 10333944. OLE color: 10333944.

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

Color convert

RGB248174157-
CMYK00.300.370.03
HSL11.21º86.67%79.41%-
HSV(B)11.21º36.69%97.25%-
XYZ59.9352.6638.9-
YUV194.19107.02166.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=42.83%
G=30.05%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817415700.300.370.0311.2186.6779.41
HexF8AE9D01E253b574f
Octal37025623503645313127117
Binary11111000101011101001110101111010010111101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AE9D; }

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

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

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

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

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

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

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

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