#FEAD9C

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

Shades of Rose Bud #FEAD9C

Tints of Rose Bud #FEAD9C

Color information

#FEAD9C (or 0xFEAD9C) is unknown color: approx Rose Bud. HEX triplet: FE, AD and 9C. RGB value is (254,173,156). Sum of RGB (Red+Green+Blue) = 254+173+156=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9C is #015263. Grayscale: #C3C3C3. Windows color (decimal): -86628 or 10268158. OLE color: 10268158.

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

Color convert

RGB254173156-
CMYK00.320.390.00
HSL10.41º98%80.39%-
HSV(B)10.41º38.58%99.61%-
XYZ61.8253.3638.49-
YUV195.28105.84169.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=43.57%
G=29.67%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417315600.320.390.0010.419880.39
HexFEAD9C020270a6250
Octal37625523404047012142120
Binary11111110101011011001110001000001001110101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD9C; }

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

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

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

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

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

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

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

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