#FEAFA1

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

Shades of Rose Bud #FEAFA1

Tints of Rose Bud #FEAFA1

Color information

#FEAFA1 (or 0xFEAFA1) is unknown color: approx Rose Bud. HEX triplet: FE, AF and A1. RGB value is (254,175,161). Sum of RGB (Red+Green+Blue) = 254+175+161=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA1 is #01505E. Grayscale: #C5C5C5. Windows color (decimal): -86111 or 10596350. OLE color: 10596350.

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

Color convert

RGB254175161-
CMYK00.310.370.00
HSL9.03º97.89%81.37%-
HSV(B)9.03º36.61%99.61%-
XYZ62.6454.340.9-
YUV197.02107.67168.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=43.05%
G=29.66%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417516100.310.370.009.0397.8981.37
HexFEAFA101F25096251
Octal37625724103745011142121
Binary1111111010101111101000010111111001010100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFA1; }

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

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

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

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

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

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

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

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