#FEAF99

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

Shades of Rose Bud #FEAF99

Tints of Rose Bud #FEAF99

Color information

#FEAF99 (or 0xFEAF99) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 99. RGB value is (254,175,153). Sum of RGB (Red+Green+Blue) = 254+175+153=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF99 is #015066. Grayscale: #C4C4C4. Windows color (decimal): -86119 or 10072062. OLE color: 10072062.

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

Color convert

RGB254175153-
CMYK00.310.400.00
HSL13.07º98.06%79.8%-
HSV(B)13.07º39.76%99.61%-
XYZ61.9554.0337.3-
YUV196.11103.67169.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 153 (60.16% from 255) = 26.29%
R=43.64%
G=30.07%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417515300.310.400.0013.0798.0679.8
HexFEAF9901F280d6250
Octal37625723103750015142120
Binary1111111010101111100110010111111010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF99; }

 p { color: rgb(254,175,153); }

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

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

 a { background-color: rgb(254,175,153); }

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

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

 span { border-color: rgb(254,175,153); }

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