#FDA68B

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

Shades of Rose Bud #FDA68B

Tints of Rose Bud #FDA68B

Color information

#FDA68B (or 0xFDA68B) is unknown color: approx Rose Bud. HEX triplet: FD, A6 and 8B. RGB value is (253,166,139). Sum of RGB (Red+Green+Blue) = 253+166+139=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68B is #025974. Grayscale: #BDBDBD. Windows color (decimal): -153973 or 9152253. OLE color: 9152253.

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

Color convert

RGB253166139-
CMYK00.340.450.01
HSL14.21º96.61%76.86%-
HSV(B)14.21º45.06%99.22%-
XYZ58.850.0230.98-
YUV188.9499.82173.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.34%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=45.34%
G=29.75%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316613900.340.450.0114.2196.6176.86
HexFDA68B0222D1e614d
Octal37524621304255116141115
Binary11111101101001101000101101000101011011111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA68B; }

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

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

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

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

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

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

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

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