#F7A78D

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

Shades of Rose Bud #F7A78D

Tints of Rose Bud #F7A78D

Color information

#F7A78D (or 0xF7A78D) is unknown color: approx Rose Bud. HEX triplet: F7, A7 and 8D. RGB value is (247,167,141). Sum of RGB (Red+Green+Blue) = 247+167+141=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A78D is #085872. Grayscale: #BCBCBC. Windows color (decimal): -546931 or 9283575. OLE color: 9283575.

HSL color Cylindrical-coordinate representation of color #F7A78D: hue angle of 14.72º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7A78D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247167141-
CMYK00.320.430.03
HSL14.72º86.89%76.08%-
HSV(B)14.72º42.91%96.86%-
XYZ56.9849.3331.72-
YUV187.96101.5170.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=44.50%
G=30.09%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716714100.320.430.0314.7286.8976.08
HexF7A78D0202B3f574c
Octal36724721504053317127114
Binary111101111010011110001101010000010101111111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A78D; }

 p { color: rgb(247,167,141); }

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

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

 a { background-color: rgb(247,167,141); }

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

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

 span { border-color: rgb(247,167,141); }

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