#FDB29A

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

Shades of Rose Bud #FDB29A

Tints of Rose Bud #FDB29A

Color information

#FDB29A (or 0xFDB29A) is unknown color: approx Rose Bud. HEX triplet: FD, B2 and 9A. RGB value is (253,178,154). Sum of RGB (Red+Green+Blue) = 253+178+154=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB29A is #024D65. Grayscale: #C5C5C5. Windows color (decimal): -150886 or 10138365. OLE color: 10138365.

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

Color convert

RGB253178154-
CMYK00.300.390.01
HSL14.55º96.12%79.8%-
HSV(B)14.55º39.13%99.22%-
XYZ62.2655.0637.92-
YUV197.69103.35167.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=43.25%
G=30.43%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317815400.300.390.0114.5596.1279.8
HexFDB29A01E271f6050
Octal37526223203647117140120
Binary1111110110110010100110100111101001111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB29A; }

 p { color: rgb(253,178,154); }

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

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

 a { background-color: rgb(253,178,154); }

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

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

 span { border-color: rgb(253,178,154); }

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