#F8A29D

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

Shades of Rose Bud #F8A29D

Tints of Rose Bud #F8A29D

Color information

#F8A29D (or 0xF8A29D) is unknown color: approx Rose Bud. HEX triplet: F8, A2 and 9D. RGB value is (248,162,157). Sum of RGB (Red+Green+Blue) = 248+162+157=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A29D is #075D62. Grayscale: #BBBBBB. Windows color (decimal): -482659 or 10330872. OLE color: 10330872.

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

Color convert

RGB248162157-
CMYK00.350.370.03
HSL3.3º86.67%79.41%-
HSV(B)3.3º36.69%97.25%-
XYZ57.7248.2338.17-
YUV187.14110.99171.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=43.74%
G=28.57%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816215700.350.370.033.386.6779.41
HexF8A29D0232533574f
Octal3702422350434533127117
Binary1111100010100010100111010100011100101111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A29D; }

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

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

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

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

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

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

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

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