Html Css Color HEX #FCC5A0 Romantic

📋 copy color: '#FCC5A0'

red 252 ◦ green 197 ◦ blue 160

#FCC5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FCC5A0

Tints of Romantic #FCC5A0

RGB

 RED value IS 252 (98.83% from 255) = 41.38%

 GREEN value IS 197 (77.34% from 255) = 32.35%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 41.38%
G = 32.35%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCC5A0 (or 0xFCC5A0) is known color: Romantic. HEX triplet: FC, C5 and A0. RGB value is (252,197,160). Sum of RGB (Red+Green+Blue) = 252+197+160=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5A0 is #033A5F. Grayscale: #D1D1D1. Windows color (decimal): -211552 or 10536444. OLE color: 10536444.

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

Color convert

RGB 252 197 160 -
CMYK 0 0.22 0.37 0.01
HSL 24.13º 0.94% 0.81% -
HSV(B) 24.13º 0.37% 0.99% -
XYZ 66.46 63.17 41.95 -
YUV 209.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 252 197 160 0 0.22 0.37 0.01 24.13 0.94 0.81
Hex FC C5 A0 0 16 25 1 18 5E 51
Octal 374 305 240 0 26 45 1 30 136 121
Binary 11111100 11000101 10100000 0 10110 100101 1 11000 1011110 1010001

Color Harmonies of #FCC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5A0

Black with #FCC5A0

Text Example


Text Example

White with #FCC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5A0; }

 p { color: rgb(252,197,160); }

 H1.HeaderClassName
 {
   color: #FCC5A0;
 }
 .AnyTagClassName
 {
   color: #FCC5A0;
 }
</style>

background-color css

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

 a { background-color: rgb(252,197,160); }

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

border-color css

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

 span { border-color: rgb(252,197,160); }

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