#FDA89B

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

Shades of Rose Bud #FDA89B

Tints of Rose Bud #FDA89B

Color information

#FDA89B (or 0xFDA89B) is unknown color: approx Rose Bud. HEX triplet: FD, A8 and 9B. RGB value is (253,168,155). Sum of RGB (Red+Green+Blue) = 253+168+155=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA89B is #025764. Grayscale: #C0C0C0. Windows color (decimal): -153445 or 10201341. OLE color: 10201341.

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

Color convert

RGB253168155-
CMYK00.340.390.01
HSL7.96º96.08%80%-
HSV(B)7.96º38.74%99.22%-
XYZ60.4351.2537.72-
YUV191.93107.16171.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=43.92%
G=29.17%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316815500.340.390.017.9696.0880
HexFDA89B02227186050
Octal37525023304247110140120
Binary11111101101010001001101101000101001111100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA89B; }

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

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

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

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

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

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

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

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