#FDB3A2

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

Shades of Rose Bud #FDB3A2

Tints of Rose Bud #FDB3A2

Color information

#FDB3A2 (or 0xFDB3A2) is unknown color: approx Rose Bud. HEX triplet: FD, B3 and A2. RGB value is (253,179,162). Sum of RGB (Red+Green+Blue) = 253+179+162=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB3A2 is #024C5D. Grayscale: #C7C7C7. Windows color (decimal): -150622 or 10662909. OLE color: 10662909.

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

Color convert

RGB253179162-
CMYK00.290.360.01
HSL11.21º95.79%81.37%-
HSV(B)11.21º35.97%99.22%-
XYZ63.1555.7341.61-
YUV199.19107.02166.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 162 (63.67% from 255) = 27.27%
R=42.59%
G=30.13%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317916200.290.360.0111.2195.7981.37
HexFDB3A201D241b6051
Octal37526324203544113140121
Binary1111110110110011101000100111011001001101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB3A2; }

 p { color: rgb(253,179,162); }

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

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

 a { background-color: rgb(253,179,162); }

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

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

 span { border-color: rgb(253,179,162); }

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