#FEAD8F

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

Shades of Rose Bud #FEAD8F

Tints of Rose Bud #FEAD8F

Color information

#FEAD8F (or 0xFEAD8F) is unknown color: approx Rose Bud. HEX triplet: FE, AD and 8F. RGB value is (254,173,143). Sum of RGB (Red+Green+Blue) = 254+173+143=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD8F is #015270. Grayscale: #C1C1C1. Windows color (decimal): -86641 or 9416190. OLE color: 9416190.

HSL color Cylindrical-coordinate representation of color #FEAD8F: hue angle of 16.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEAD8F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254173143-
CMYK00.320.440.00
HSL16.22º98.23%77.84%-
HSV(B)16.22º43.7%99.61%-
XYZ60.7752.9433-
YUV193.899.34170.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=44.56%
G=30.35%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417314300.320.440.0016.2298.2377.84
HexFEAD8F0202C010624e
Octal37625521704054020142116
Binary111111101010110110001111010000010110001000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD8F; }

 p { color: rgb(254,173,143); }

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

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

 a { background-color: rgb(254,173,143); }

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

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

 span { border-color: rgb(254,173,143); }

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