#FCA29F

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

Shades of Rose Bud #FCA29F

Tints of Rose Bud #FCA29F

Color information

#FCA29F (or 0xFCA29F) is unknown color: approx Rose Bud. HEX triplet: FC, A2 and 9F. RGB value is (252,162,159). Sum of RGB (Red+Green+Blue) = 252+162+159=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA29F is #035D60. Grayscale: #BCBCBC. Windows color (decimal): -220513 or 10461948. OLE color: 10461948.

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

Color convert

RGB252162159-
CMYK00.360.370.01
HSL1.94º93.94%80.59%-
HSV(B)1.94º36.9%98.82%-
XYZ59.3249.0439.14-
YUV188.57111.32173.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=43.98%
G=28.27%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216215900.360.370.011.9493.9480.59
HexFCA29F02425125e51
Octal3742422370444512136121
Binary111111001010001010011111010010010010111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA29F; }

 p { color: rgb(252,162,159); }

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

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

 a { background-color: rgb(252,162,159); }

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

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

 span { border-color: rgb(252,162,159); }

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