#FDA88B

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

Shades of Rose Bud #FDA88B

Tints of Rose Bud #FDA88B

Color information

#FDA88B (or 0xFDA88B) is unknown color: approx Rose Bud. HEX triplet: FD, A8 and 8B. RGB value is (253,168,139). Sum of RGB (Red+Green+Blue) = 253+168+139=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88B is #025774. Grayscale: #BEBEBE. Windows color (decimal): -153461 or 9152765. OLE color: 9152765.

HSL color Cylindrical-coordinate representation of color #FDA88B: hue angle of 15.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDA88B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253168139-
CMYK00.340.450.01
HSL15.26º96.61%76.86%-
HSV(B)15.26º45.06%99.22%-
XYZ59.1750.7531.1-
YUV190.1199.16172.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=45.18%
G=30%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316813900.340.450.0115.2696.6176.86
HexFDA88B0222D1f614d
Octal37525021304255117141115
Binary11111101101010001000101101000101011011111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA88B; }

 p { color: rgb(253,168,139); }

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

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

 a { background-color: rgb(253,168,139); }

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

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

 span { border-color: rgb(253,168,139); }

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