#FCC4A4

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

Shades of Romantic #FCC4A4

Tints of Romantic #FCC4A4

Color information

#FCC4A4 (or 0xFCC4A4) is unknown color: approx Romantic. HEX triplet: FC, C4 and A4. RGB value is (252,196,164). Sum of RGB (Red+Green+Blue) = 252+196+164=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A4 is #033B5B. Grayscale: #D1D1D1. Windows color (decimal): -211804 or 10798332. OLE color: 10798332.

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

Color convert

RGB252196164-
CMYK00.220.350.01
HSL21.82º93.62%81.57%-
HSV(B)21.82º34.92%98.82%-
XYZ66.5962.8643.74-
YUV209.1102.55158.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=41.18%
G=32.03%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219616400.220.350.0121.8293.6281.57
HexFCC4A4016231165e52
Octal37430424402643126136122
Binary11111100110001001010010001011010001111011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4A4; }

 p { color: rgb(252,196,164); }

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

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

 a { background-color: rgb(252,196,164); }

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

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

 span { border-color: rgb(252,196,164); }

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