#FDA69D

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

Shades of Rose Bud #FDA69D

Tints of Rose Bud #FDA69D

Color information

#FDA69D (or 0xFDA69D) is unknown color: approx Rose Bud. HEX triplet: FD, A6 and 9D. RGB value is (253,166,157). Sum of RGB (Red+Green+Blue) = 253+166+157=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA69D is #025962. Grayscale: #BFBFBF. Windows color (decimal): -153955 or 10331901. OLE color: 10331901.

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

Color convert

RGB253166157-
CMYK00.340.380.01
HSL5.63º96%80.39%-
HSV(B)5.63º37.94%99.22%-
XYZ60.2350.5938.49-
YUV190.99108.82172.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=43.92%
G=28.82%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316615700.340.380.015.639680.39
HexFDA69D02226166050
Octal3752462350424616140120
Binary1111110110100110100111010100010100110111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA69D; }

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

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

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

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

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

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

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

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