#FCA98A

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

Shades of Rose Bud #FCA98A

Tints of Rose Bud #FCA98A

Color information

#FCA98A (or 0xFCA98A) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 8A. RGB value is (252,169,138). Sum of RGB (Red+Green+Blue) = 252+169+138=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA98A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA98A is #035675. Grayscale: #BEBEBE. Windows color (decimal): -218742 or 9087484. OLE color: 9087484.

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

Color convert

RGB252169138-
CMYK00.330.450.01
HSL16.32º95%76.47%-
HSV(B)16.32º45.24%98.82%-
XYZ58.9250.9130.77-
YUV190.2898.5172.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=45.08%
G=30.23%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216913800.330.450.0116.329576.47
HexFCA98A0212D1105f4c
Octal37425121204155120137114
Binary111111001010100110001010010000110110111000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA98A; }

 p { color: rgb(252,169,138); }

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

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

 a { background-color: rgb(252,169,138); }

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

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

 span { border-color: rgb(252,169,138); }

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