#FCA98C

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

Shades of Rose Bud #FCA98C

Tints of Rose Bud #FCA98C

Color information

#FCA98C (or 0xFCA98C) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 8C. RGB value is (252,169,140). Sum of RGB (Red+Green+Blue) = 252+169+140=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA98C is #035673. Grayscale: #BEBEBE. Windows color (decimal): -218740 or 9218556. OLE color: 9218556.

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

Color convert

RGB252169140-
CMYK00.330.440.01
HSL15.54º94.92%76.86%-
HSV(B)15.54º44.44%98.82%-
XYZ59.0750.9631.53-
YUV190.5199.5171.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=44.92%
G=30.12%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216914000.330.440.0115.5494.9276.86
HexFCA98C0212C1105f4d
Octal37425121404154120137115
Binary111111001010100110001100010000110110011000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA98C; }

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

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

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

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

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

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

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

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