#F1A29B

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

Shades of Rose Bud #F1A29B

Tints of Rose Bud #F1A29B

Color information

#F1A29B (or 0xF1A29B) is unknown color: approx Rose Bud. HEX triplet: F1, A2 and 9B. RGB value is (241,162,155). Sum of RGB (Red+Green+Blue) = 241+162+155=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A29B is #0E5D64. Grayscale: #B8B8B8. Windows color (decimal): -941413 or 10199793. OLE color: 10199793.

HSL color Cylindrical-coordinate representation of color #F1A29B: hue angle of 4.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A29B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241162155-
CMYK00.330.360.05
HSL4.88º75.44%77.65%-
HSV(B)4.88º35.68%94.51%-
XYZ55.1146.9137.16-
YUV184.82111.17168.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=43.19%
G=29.03%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116215500.330.360.054.8875.4477.65
HexF1A29B02124554b4e
Octal3612422330414455113116
Binary111100011010001010011011010000110010010110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A29B; }

 p { color: rgb(241,162,155); }

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

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

 a { background-color: rgb(241,162,155); }

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

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

 span { border-color: rgb(241,162,155); }

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