#FEAF93

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

Shades of Rose Bud #FEAF93

Tints of Rose Bud #FEAF93

Color information

#FEAF93 (or 0xFEAF93) is unknown color: approx Rose Bud. HEX triplet: FE, AF and 93. RGB value is (254,175,147). Sum of RGB (Red+Green+Blue) = 254+175+147=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF93 is #01506C. Grayscale: #C3C3C3. Windows color (decimal): -86125 or 9678846. OLE color: 9678846.

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

Color convert

RGB254175147-
CMYK00.310.420.00
HSL15.7º98.17%78.63%-
HSV(B)15.7º42.13%99.61%-
XYZ61.4753.8434.76-
YUV195.43100.67169.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=44.10%
G=30.38%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417514700.310.420.0015.798.1778.63
HexFEAF9301F2A010624f
Octal37625722303752020142117
Binary11111110101011111001001101111110101001000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF93; }

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

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

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

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

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

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

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

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