#FEAF92

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

Shades of Rose Bud #FEAF92

Tints of Rose Bud #FEAF92

Color information

#FEAF92 (or 0xFEAF92) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 92. RGB value is (254,175,146). Sum of RGB (Red+Green+Blue) = 254+175+146=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF92 is #01506D. Grayscale: #C3C3C3. Windows color (decimal): -86126 or 9613310. OLE color: 9613310.

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

Color convert

RGB254175146-
CMYK00.310.430.00
HSL16.11º98.18%78.43%-
HSV(B)16.11º42.52%99.61%-
XYZ61.3953.8134.34-
YUV195.32100.17169.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=44.17%
G=30.43%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417514600.310.430.0016.1198.1878.43
HexFEAF9201F2B010624e
Octal37625722203753020142116
Binary11111110101011111001001001111110101101000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF92; }

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

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

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

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

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

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

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

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