Html Css Color HEX #FCC7A0 Romantic

📋 copy color: '#FCC7A0'

red 252 ◦ green 199 ◦ blue 160

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

Shades of Romantic #FCC7A0

Tints of Romantic #FCC7A0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.57%

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

R = 41.24%
G = 32.57%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCC7A0 (or 0xFCC7A0) is known color: Romantic. HEX triplet: FC, C7 and A0. RGB value is (252,199,160). Sum of RGB (Red+Green+Blue) = 252+199+160=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7A0 is #03385F. Grayscale: #D2D2D2. Windows color (decimal): -211040 or 10536956. OLE color: 10536956.

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

Color convert

RGB 252 199 160 -
CMYK 0 0.21 0.37 0.01
HSL 25.43º 0.94% 0.81% -
HSV(B) 25.43º 0.37% 0.99% -
XYZ 66.91 64.08 42.1 -
YUV 210.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 252 199 160 0 0.21 0.37 0.01 25.43 0.94 0.81
Hex FC C7 A0 0 15 25 1 19 5E 51
Octal 374 307 240 0 25 45 1 31 136 121
Binary 11111100 11000111 10100000 0 10101 100101 1 11001 1011110 1010001

Color Harmonies of #FCC7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7A0

Black with #FCC7A0

Text Example


Text Example

White with #FCC7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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