#F2A69D

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

Shades of Rose Bud #F2A69D

Tints of Rose Bud #F2A69D

Color information

#F2A69D (or 0xF2A69D) is unknown color: approx Rose Bud. HEX triplet: F2, A6 and 9D. RGB value is (242,166,157). Sum of RGB (Red+Green+Blue) = 242+166+157=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A69D is #0D5962. Grayscale: #BBBBBB. Windows color (decimal): -874851 or 10331890. OLE color: 10331890.

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

Color convert

RGB242166157-
CMYK00.310.350.05
HSL6.35º76.58%78.24%-
HSV(B)6.35º35.12%94.9%-
XYZ56.3448.5838.31-
YUV187.7110.68166.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=42.83%
G=29.38%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216615700.310.350.056.3576.5878.24
HexF2A69D01F23564d4e
Octal3622462350374356115116
Binary11110010101001101001110101111110001110111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A69D; }

 p { color: rgb(242,166,157); }

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

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

 a { background-color: rgb(242,166,157); }

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

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

 span { border-color: rgb(242,166,157); }

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