#FCA8A1

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

Shades of Rose Bud #FCA8A1

Tints of Rose Bud #FCA8A1

Color information

#FCA8A1 (or 0xFCA8A1) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and A1. RGB value is (252,168,161). Sum of RGB (Red+Green+Blue) = 252+168+161=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8A1 is #03575E. Grayscale: #C0C0C0. Windows color (decimal): -218975 or 10594556. OLE color: 10594556.

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

Color convert

RGB252168161-
CMYK00.330.360.01
HSL4.62º93.81%80.98%-
HSV(B)4.62º36.11%98.82%-
XYZ60.5851.2740.42-
YUV192.32110.33170.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=43.37%
G=28.92%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216816100.330.360.014.6293.8180.98
HexFCA8A102124155e51
Octal3742502410414415136121
Binary1111110010101000101000010100001100100110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8A1; }

 p { color: rgb(252,168,161); }

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

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

 a { background-color: rgb(252,168,161); }

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

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

 span { border-color: rgb(252,168,161); }

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