#FDB2A0

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

Shades of Rose Bud #FDB2A0

Tints of Rose Bud #FDB2A0

Color information

#FDB2A0 (or 0xFDB2A0) is unknown color: approx Rose Bud. HEX triplet: FD, B2 and A0. RGB value is (253,178,160). Sum of RGB (Red+Green+Blue) = 253+178+160=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB2A0 is #024D5F. Grayscale: #C6C6C6. Windows color (decimal): -150880 or 10531581. OLE color: 10531581.

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

Color convert

RGB253178160-
CMYK00.300.370.01
HSL11.61º95.88%80.98%-
HSV(B)11.61º36.76%99.22%-
XYZ62.7755.2640.62-
YUV198.37106.35166.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=42.81%
G=30.12%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317816000.300.370.0111.6195.8880.98
HexFDB2A001E251c6051
Octal37526224003645114140121
Binary1111110110110010101000000111101001011110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB2A0; }

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

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

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

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

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

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

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

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