Html Css Color HEX #FCC9A0 Romantic

📋 copy color: '#FCC9A0'

red 252 ◦ green 201 ◦ blue 160

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

Shades of Romantic #FCC9A0

Tints of Romantic #FCC9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.79%

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

R = 41.11%
G = 32.79%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCC9A0 (or 0xFCC9A0) is known color: Romantic. HEX triplet: FC, C9 and A0. RGB value is (252,201,160). Sum of RGB (Red+Green+Blue) = 252+201+160=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9A0 is #03365F. Grayscale: #D3D3D3. Windows color (decimal): -210528 or 10537468. OLE color: 10537468.

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

Color convert

RGB 252 201 160 -
CMYK 0 0.20 0.37 0.01
HSL 26.74º 0.94% 0.81% -
HSV(B) 26.74º 0.37% 0.99% -
XYZ 67.38 65.01 42.25 -
YUV 211.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 252 201 160 0 0.20 0.37 0.01 26.74 0.94 0.81
Hex FC C9 A0 0 14 25 1 1B 5E 51
Octal 374 311 240 0 24 45 1 33 136 121
Binary 11111100 11001001 10100000 0 10100 100101 1 11011 1011110 1010001

Color Harmonies of #FCC9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9A0

Black with #FCC9A0

Text Example


Text Example

White with #FCC9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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