#FDA68D

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

Shades of Rose Bud #FDA68D

Tints of Rose Bud #FDA68D

Color information

#FDA68D (or 0xFDA68D) is unknown color: approx Rose Bud. HEX triplet: FD, A6 and 8D. RGB value is (253,166,141). Sum of RGB (Red+Green+Blue) = 253+166+141=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68D is #025972. Grayscale: #BDBDBD. Windows color (decimal): -153971 or 9283325. OLE color: 9283325.

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

Color convert

RGB253166141-
CMYK00.340.440.01
HSL13.39º96.55%77.25%-
HSV(B)13.39º44.27%99.22%-
XYZ58.9550.0831.76-
YUV189.16100.82173.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=45.18%
G=29.64%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316614100.340.440.0113.3996.5577.25
HexFDA68D0222C1d614d
Octal37524621504254115141115
Binary11111101101001101000110101000101011001110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA68D; }

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

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

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

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

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

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

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

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