#FCA694

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

Shades of Rose Bud #FCA694

Tints of Rose Bud #FCA694

Color information

#FCA694 (or 0xFCA694) is unknown color: approx Rose Bud. HEX triplet: FC, A6 and 94. RGB value is (252,166,148). Sum of RGB (Red+Green+Blue) = 252+166+148=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA694 is #03596B. Grayscale: #BDBDBD. Windows color (decimal): -219500 or 9742076. OLE color: 9742076.

HSL color Cylindrical-coordinate representation of color #FCA694: hue angle of 10.38º 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 #FCA694 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252166148-
CMYK00.340.410.01
HSL10.38º94.55%78.43%-
HSV(B)10.38º41.27%98.82%-
XYZ59.1350.1134.57-
YUV189.66104.49172.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=44.52%
G=29.33%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216614800.340.410.0110.3894.5578.43
HexFCA694022291a5f4e
Octal37424622404251112137116
Binary11111100101001101001010001000101010011101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA694; }

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

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

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

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

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

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

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

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