#FDA98D

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

Shades of Rose Bud #FDA98D

Tints of Rose Bud #FDA98D

Color information

#FDA98D (or 0xFDA98D) is unknown color: approx Rose Bud. HEX triplet: FD, A9 and 8D. RGB value is (253,169,141). Sum of RGB (Red+Green+Blue) = 253+169+141=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA98D is #025672. Grayscale: #BFBFBF. Windows color (decimal): -153203 or 9284093. OLE color: 9284093.

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

Color convert

RGB253169141-
CMYK00.330.440.01
HSL15º96.55%77.25%-
HSV(B)15º44.27%99.22%-
XYZ59.551.1831.94-
YUV190.9299.83172.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=44.94%
G=30.02%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316914100.330.440.011596.5577.25
HexFDA98D0212C1f614d
Octal37525121504154117141115
Binary11111101101010011000110101000011011001111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA98D; }

 p { color: rgb(253,169,141); }

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

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

 a { background-color: rgb(253,169,141); }

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

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

 span { border-color: rgb(253,169,141); }

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