#FCC69A

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

Shades of Romantic #FCC69A

Tints of Romantic #FCC69A

Color information

#FCC69A (or 0xFCC69A) is unknown color: approx Romantic. HEX triplet: FC, C6 and 9A. RGB value is (252,198,154). Sum of RGB (Red+Green+Blue) = 252+198+154=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69A is #033965. Grayscale: #D1D1D1. Windows color (decimal): -211302 or 10143484. OLE color: 10143484.

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

Color convert

RGB252198154-
CMYK00.210.390.01
HSL26.94º94.23%79.61%-
HSV(B)26.94º38.89%98.82%-
XYZ66.1763.4239.32-
YUV209.1396.89158.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=41.72%
G=32.78%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219815400.210.390.0126.9494.2379.61
HexFCC69A0152711b5e50
Octal37430623202547133136120
Binary11111100110001101001101001010110011111101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC69A; }

 p { color: rgb(252,198,154); }

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

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

 a { background-color: rgb(252,198,154); }

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

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

 span { border-color: rgb(252,198,154); }

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