#FDA39B

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

Shades of Rose Bud #FDA39B

Tints of Rose Bud #FDA39B

Color information

#FDA39B (or 0xFDA39B) is unknown color: approx Rose Bud. HEX triplet: FD, A3 and 9B. RGB value is (253,163,155). Sum of RGB (Red+Green+Blue) = 253+163+155=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA39B is #025C64. Grayscale: #BDBDBD. Windows color (decimal): -154725 or 10200061. OLE color: 10200061.

HSL color Cylindrical-coordinate representation of color #FDA39B: hue angle of 4.9º 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 #FDA39B is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253163155-
CMYK00.360.390.01
HSL4.9º96.08%80%-
HSV(B)4.9º38.74%99.22%-
XYZ59.5249.4437.42-
YUV189108.82173.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=44.31%
G=28.55%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316315500.360.390.014.996.0880
HexFDA39B02427156050
Octal3752432330444715140120
Binary1111110110100011100110110100100100111110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA39B; }

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

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

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

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

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

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

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

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