Html Css Color HEX #FCC0A6 Romantic

📋 copy color: '#FCC0A6'

red 252 ◦ green 192 ◦ blue 166

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

Shades of Romantic #FCC0A6

Tints of Romantic #FCC0A6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.48%

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 41.31%
G = 31.48%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCC0A6 (or 0xFCC0A6) is known color: Romantic. HEX triplet: FC, C0 and A6. RGB value is (252,192,166). Sum of RGB (Red+Green+Blue) = 252+192+166=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A6 is #033F59. Grayscale: #CFCFCF. Windows color (decimal): -212826 or 10928380. OLE color: 10928380.

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

Color convert

RGB 252 192 166 -
CMYK 0 0.24 0.34 0.01
HSL 18.14º 0.93% 0.82% -
HSV(B) 18.14º 0.34% 0.99% -
XYZ 65.88 61.15 44.41 -
YUV 206.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 252 192 166 0 0.24 0.34 0.01 18.14 0.93 0.82
Hex FC C0 A6 0 18 22 1 12 5D 52
Octal 374 300 246 0 30 42 1 22 135 122
Binary 11111100 11000000 10100110 0 11000 100010 1 10010 1011101 1010010

Color Harmonies of #FCC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0A6

Black with #FCC0A6

Text Example


Text Example

White with #FCC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0A6; }

 p { color: rgb(252,192,166); }

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

background-color css

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

 a { background-color: rgb(252,192,166); }

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

border-color css

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

 span { border-color: rgb(252,192,166); }

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