#F5A88D

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

Shades of Rose Bud #F5A88D

Tints of Rose Bud #F5A88D

Color information

#F5A88D (or 0xF5A88D) is unknown color: approx Rose Bud. HEX triplet: F5, A8 and 8D. RGB value is (245,168,141). Sum of RGB (Red+Green+Blue) = 245+168+141=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A88D is #0A5772. Grayscale: #BCBCBC. Windows color (decimal): -677747 or 9283829. OLE color: 9283829.

HSL color Cylindrical-coordinate representation of color #F5A88D: hue angle of 15.58º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A88D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245168141-
CMYK00.310.420.04
HSL15.58º83.87%75.69%-
HSV(B)15.58º42.45%96.08%-
XYZ56.4749.3431.75-
YUV187.94101.51168.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=44.22%
G=30.32%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516814100.310.420.0415.5883.8775.69
HexF5A88D01F2A410544c
Octal36525021503752420124114
Binary1111010110101000100011010111111010101001000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A88D; }

 p { color: rgb(245,168,141); }

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

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

 a { background-color: rgb(245,168,141); }

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

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

 span { border-color: rgb(245,168,141); }

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