#fea69f

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

Shades of Rose Bud #FEA69F

Tints of Rose Bud #FEA69F

Color information

#FEA69F (or 0xFEA69F) is unknown color: approx Rose Bud. HEX triplet: FE, A6 and 9F. RGB value is (254,166,159). Sum of RGB (Red+Green+Blue) = 254+166+159=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA69F is #015960. Grayscale: #BFBFBF. Windows color (decimal): -88417 or 10462974. OLE color: 10462974.

HSL color Cylindrical-coordinate representation of color #FEA69F: hue angle of 4.42º 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 #FEA69F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254166159-
CMYK00.350.370.00
HSL4.42º97.94%80.98%-
HSV(B)4.42º37.4%99.61%-
XYZ60.7750.8539.41-
YUV191.51109.65172.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=43.87%
G=28.67%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416615900.350.370.004.4297.9480.98
HexFEA69F02325046251
Octal3762462370434504142121
Binary1111111010100110100111110100011100101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fea69f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fea69f; }

 p { color: rgb(254,166,159); }

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

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

 a { background-color: rgb(254,166,159); }

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

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

 span { border-color: rgb(254,166,159); }

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