#FCA29C

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

Shades of Rose Bud #FCA29C

Tints of Rose Bud #FCA29C

Color information

#FCA29C (or 0xFCA29C) is unknown color: approx Rose Bud. HEX triplet: FC, A2 and 9C. RGB value is (252,162,156). Sum of RGB (Red+Green+Blue) = 252+162+156=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA29C is #035D63. Grayscale: #BCBCBC. Windows color (decimal): -220516 or 10265340. OLE color: 10265340.

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

Color convert

RGB252162156-
CMYK00.360.380.01
HSL3.75º94.12%80%-
HSV(B)3.75º38.1%98.82%-
XYZ59.0748.9437.79-
YUV188.23109.82173.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=44.21%
G=28.42%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216215600.360.380.013.7594.1280
HexFCA29C02426145e50
Octal3742422340444614136120
Binary1111110010100010100111000100100100110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA29C; }

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

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

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

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

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

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

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

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