#F4A891

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

Shades of Rose Bud #F4A891

Tints of Rose Bud #F4A891

Color information

#F4A891 (or 0xF4A891) is unknown color: approx Rose Bud. HEX triplet: F4, A8 and 91. RGB value is (244,168,145). Sum of RGB (Red+Green+Blue) = 244+168+145=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A891 is #0B576E. Grayscale: #BCBCBC. Windows color (decimal): -743279 or 9545972. OLE color: 9545972.

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

Color convert

RGB244168145-
CMYK00.310.410.04
HSL13.94º81.82%76.27%-
HSV(B)13.94º40.57%95.69%-
XYZ56.4249.2833.33-
YUV188.1103.68167.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 145 (57.03% from 255) = 26.03%
R=43.81%
G=30.16%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416814500.310.410.0413.9481.8276.27
HexF4A89101F294e524c
Octal36425022103751416122114
Binary111101001010100010010001011111101001100111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A891; }

 p { color: rgb(244,168,145); }

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

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

 a { background-color: rgb(244,168,145); }

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

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

 span { border-color: rgb(244,168,145); }

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