#FCA690

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

Shades of Rose Bud #FCA690

Tints of Rose Bud #FCA690

Color information

#FCA690 (or 0xFCA690) is unknown color: approx Rose Bud. HEX triplet: FC, A6 and 90. RGB value is (252,166,144). Sum of RGB (Red+Green+Blue) = 252+166+144=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA690 is #03596F. Grayscale: #BDBDBD. Windows color (decimal): -219504 or 9479932. OLE color: 9479932.

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

Color convert

RGB252166144-
CMYK00.340.430.01
HSL12.22º94.74%77.65%-
HSV(B)12.22º42.86%98.82%-
XYZ58.8249.9832.93-
YUV189.21102.49172.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=44.84%
G=29.54%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216614400.340.430.0112.2294.7477.65
HexFCA6900222B1c5f4e
Octal37424622004253114137116
Binary11111100101001101001000001000101010111110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA690; }

 p { color: rgb(252,166,144); }

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

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

 a { background-color: rgb(252,166,144); }

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

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

 span { border-color: rgb(252,166,144); }

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