#F8AD9E

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

Shades of Rose Bud #F8AD9E

Tints of Rose Bud #F8AD9E

Color information

#F8AD9E (or 0xF8AD9E) is unknown color: approx Rose Bud. HEX triplet: F8, AD and 9E. RGB value is (248,173,158). Sum of RGB (Red+Green+Blue) = 248+173+158=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AD9E is #075261. Grayscale: #C1C1C1. Windows color (decimal): -479842 or 10399224. OLE color: 10399224.

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

Color convert

RGB248173158-
CMYK00.300.360.03
HSL10º86.54%79.61%-
HSV(B)10º36.29%97.25%-
XYZ59.8352.3139.29-
YUV193.71107.85166.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=42.83%
G=29.88%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817315800.300.360.031086.5479.61
HexF8AD9E01E243a5750
Octal37025523603644312127120
Binary11111000101011011001111001111010010011101010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AD9E; }

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

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

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

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

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

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

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

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