#F1A69E

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

Shades of Rose Bud #F1A69E

Tints of Rose Bud #F1A69E

Color information

#F1A69E (or 0xF1A69E) is unknown color: approx Rose Bud. HEX triplet: F1, A6 and 9E. RGB value is (241,166,158). Sum of RGB (Red+Green+Blue) = 241+166+158=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A69E is #0E5961. Grayscale: #BBBBBB. Windows color (decimal): -940386 or 10397425. OLE color: 10397425.

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

Color convert

RGB241166158-
CMYK00.310.340.05
HSL5.78º74.77%78.24%-
HSV(B)5.78º34.44%94.51%-
XYZ56.0848.4438.74-
YUV187.51111.35166.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=42.65%
G=29.38%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116615800.310.340.055.7874.7778.24
HexF1A69E01F22564b4e
Octal3612462360374256113116
Binary11110001101001101001111001111110001010111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A69E; }

 p { color: rgb(241,166,158); }

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

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

 a { background-color: rgb(241,166,158); }

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

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

 span { border-color: rgb(241,166,158); }

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