#FFA69E

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

Shades of Rose Bud #FFA69E

Tints of Rose Bud #FFA69E

Color information

#FFA69E (or 0xFFA69E) is unknown color: approx Rose Bud. HEX triplet: FF, A6 and 9E. RGB value is (255,166,158). Sum of RGB (Red+Green+Blue) = 255+166+158=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA69E is #005961. Grayscale: #BFBFBF. Windows color (decimal): -22882 or 10397439. OLE color: 10397439.

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

Color convert

RGB255166158-
CMYK00.350.380
HSL4.95º100%80.98%-
HSV(B)4.95º38.04%100%-
XYZ61.055138.97-
YUV191.7108.99173.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=44.04%
G=28.67%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516615800.350.3804.9510080.98
HexFFA69E02326056451
Octal3772462360434605144121
Binary1111111110100110100111100100011100110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA69E; }

 p { color: rgb(255,166,158); }

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

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

 a { background-color: rgb(255,166,158); }

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

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

 span { border-color: rgb(255,166,158); }

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