#FEA69B

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

Shades of Rose Bud #FEA69B

Tints of Rose Bud #FEA69B

Color information

#FEA69B (or 0xFEA69B) is unknown color: approx Rose Bud. HEX triplet: FE, A6 and 9B. RGB value is (254,166,155). Sum of RGB (Red+Green+Blue) = 254+166+155=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA69B is #015964. Grayscale: #BFBFBF. Windows color (decimal): -88421 or 10200830. OLE color: 10200830.

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

Color convert

RGB254166155-
CMYK00.350.390.00
HSL6.67º98.02%80.2%-
HSV(B)6.67º38.98%99.61%-
XYZ60.4350.7137.61-
YUV191.06107.65172.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 155 (60.94% from 255) = 26.96%
R=44.17%
G=28.87%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416615500.350.390.006.6798.0280.2
HexFEA69B02327076250
Octal3762462330434707142120
Binary1111111010100110100110110100011100111011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA69B; }

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

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

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

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

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

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

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

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