#F4A691

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

Shades of Rose Bud #F4A691

Tints of Rose Bud #F4A691

Color information

#F4A691 (or 0xF4A691) is unknown color: approx Rose Bud. HEX triplet: F4, A6 and 91. RGB value is (244,166,145). Sum of RGB (Red+Green+Blue) = 244+166+145=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A691 is #0B596E. Grayscale: #BBBBBB. Windows color (decimal): -743791 or 9545460. OLE color: 9545460.

HSL color Cylindrical-coordinate representation of color #F4A691: hue angle of 12.73º 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 #F4A691 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB244166145-
CMYK00.320.410.04
HSL12.73º81.82%76.27%-
HSV(B)12.73º40.57%95.69%-
XYZ56.0648.5533.2-
YUV186.93104.34168.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.96%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=43.96%
G=29.91%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416614500.320.410.0412.7381.8276.27
HexF4A691020294d524c
Octal36424622104051415122114
Binary1111010010100110100100010100000101001100110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A691; }

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

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

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

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

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

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

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

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