#FDB4A1

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

Shades of Rose Bud #FDB4A1

Tints of Rose Bud #FDB4A1

Color information

#FDB4A1 (or 0xFDB4A1) is unknown color: approx Rose Bud. HEX triplet: FD, B4 and A1. RGB value is (253,180,161). Sum of RGB (Red+Green+Blue) = 253+180+161=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB4A1 is #024B5E. Grayscale: #C7C7C7. Windows color (decimal): -150367 or 10597629. OLE color: 10597629.

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

Color convert

RGB253180161-
CMYK00.290.360.01
HSL12.39º95.83%81.18%-
HSV(B)12.39º36.36%99.22%-
XYZ63.2656.141.21-
YUV199.66106.18166.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=42.59%
G=30.30%
B=27.10%

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
Decimal25318016100.290.360.0112.3995.8381.18
HexFDB4A101D241c6051
Octal37526424103544114140121
Binary1111110110110100101000010111011001001110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB4A1; }

 p { color: rgb(253,180,161); }

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

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

 a { background-color: rgb(253,180,161); }

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

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

 span { border-color: rgb(253,180,161); }

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