#F8AD9D

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

Shades of Rose Bud #F8AD9D

Tints of Rose Bud #F8AD9D

Color information

#F8AD9D (or 0xF8AD9D) is unknown color: approx Rose Bud. HEX triplet: F8, AD and 9D. RGB value is (248,173,157). Sum of RGB (Red+Green+Blue) = 248+173+157=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD9D is #075262. Grayscale: #C1C1C1. Windows color (decimal): -479843 or 10333688. OLE color: 10333688.

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

Color convert

RGB248173157-
CMYK00.300.370.03
HSL10.55º86.67%79.41%-
HSV(B)10.55º36.69%97.25%-
XYZ59.7452.2838.84-
YUV193.6107.35166.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=42.91%
G=29.93%
B=27.16%

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
Decimal24817315700.300.370.0310.5586.6779.41
HexF8AD9D01E253b574f
Octal37025523503645313127117
Binary11111000101011011001110101111010010111101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AD9D; }

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

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

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

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

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

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

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

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