#F9A78D

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

Shades of Rose Bud #F9A78D

Tints of Rose Bud #F9A78D

Color information

#F9A78D (or 0xF9A78D) is unknown color: approx Rose Bud. HEX triplet: F9, A7 and 8D. RGB value is (249,167,141). Sum of RGB (Red+Green+Blue) = 249+167+141=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A78D is #065872. Grayscale: #BCBCBC. Windows color (decimal): -415859 or 9283577. OLE color: 9283577.

HSL color Cylindrical-coordinate representation of color #F9A78D: hue angle of 14.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9A78D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249167141-
CMYK00.330.430.02
HSL14.44º90%76.47%-
HSV(B)14.44º43.37%97.65%-
XYZ57.6949.731.75-
YUV188.55101.17171.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=44.70%
G=29.98%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916714100.330.430.0214.449076.47
HexF9A78D0212B2e5a4c
Octal37124721504153216132114
Binary111110011010011110001101010000110101110111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A78D; }

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

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

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

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

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

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

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

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