#FCA594

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

Shades of Rose Bud #FCA594

Tints of Rose Bud #FCA594

Color information

#FCA594 (or 0xFCA594) is unknown color: approx Rose Bud. HEX triplet: FC, A5 and 94. RGB value is (252,165,148). Sum of RGB (Red+Green+Blue) = 252+165+148=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA594 is #035A6B. Grayscale: #BDBDBD. Windows color (decimal): -219756 or 9741820. OLE color: 9741820.

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

Color convert

RGB252165148-
CMYK00.350.410.01
HSL9.81º94.55%78.43%-
HSV(B)9.81º41.27%98.82%-
XYZ58.9549.7434.51-
YUV189.08104.82172.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=44.60%
G=29.20%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216514800.350.410.019.8194.5578.43
HexFCA594023291a5f4e
Octal37424522404351112137116
Binary11111100101001011001010001000111010011101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA594; }

 p { color: rgb(252,165,148); }

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

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

 a { background-color: rgb(252,165,148); }

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

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

 span { border-color: rgb(252,165,148); }

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