#FFA88E

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

Shades of Rose Bud #FFA88E

Tints of Rose Bud #FFA88E

Color information

#FFA88E (or 0xFFA88E) is unknown color: approx Rose Bud. HEX triplet: FF, A8 and 8E. RGB value is (255,168,142). Sum of RGB (Red+Green+Blue) = 255+168+142=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA88E is #005771. Grayscale: #BFBFBF. Windows color (decimal): -22386 or 9349375. OLE color: 9349375.

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

Color convert

RGB255168142-
CMYK00.340.440
HSL13.81º100%77.84%-
HSV(B)13.81º44.31%100%-
XYZ60.1351.2232.31-
YUV191.05100.32173.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=45.13%
G=29.73%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516814200.340.44013.8110077.84
HexFFA88E0222C0e644e
Octal37725021604254016144116
Binary11111111101010001000111001000101011000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA88E; }

 p { color: rgb(255,168,142); }

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

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

 a { background-color: rgb(255,168,142); }

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

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

 span { border-color: rgb(255,168,142); }

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