#FCA89A

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

Shades of Rose Bud #FCA89A

Tints of Rose Bud #FCA89A

Color information

#FCA89A (or 0xFCA89A) is unknown color: approx Rose Bud. HEX triplet: FC, A8 and 9A. RGB value is (252,168,154). Sum of RGB (Red+Green+Blue) = 252+168+154=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA89A is #035765. Grayscale: #BFBFBF. Windows color (decimal): -218982 or 10135804. OLE color: 10135804.

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

Color convert

RGB252168154-
CMYK00.330.390.01
HSL8.57º94.23%79.61%-
HSV(B)8.57º38.89%98.82%-
XYZ59.9851.0337.26-
YUV191.52106.83171.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.90%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=43.90%
G=29.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216815400.330.390.018.5794.2379.61
HexFCA89A02127195e50
Octal37425023204147111136120
Binary11111100101010001001101001000011001111100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA89A; }

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

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

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

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

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

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

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

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