Html Css Color HEX #FCC2A6 Romantic

📋 copy color: '#FCC2A6'

red 252 ◦ green 194 ◦ blue 166

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

Shades of Romantic #FCC2A6

Tints of Romantic #FCC2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.7%

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

R = 41.18%
G = 31.7%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCC2A6 (or 0xFCC2A6) is known color: Romantic. HEX triplet: FC, C2 and A6. RGB value is (252,194,166). Sum of RGB (Red+Green+Blue) = 252+194+166=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2A6 is #033D59. Grayscale: #D0D0D0. Windows color (decimal): -212314 or 10928892. OLE color: 10928892.

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

Color convert

RGB 252 194 166 -
CMYK 0 0.23 0.34 0.01
HSL 19.53º 0.93% 0.82% -
HSV(B) 19.53º 0.34% 0.99% -
XYZ 66.32 62.03 44.55 -
YUV 208.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 252 194 166 0 0.23 0.34 0.01 19.53 0.93 0.82
Hex FC C2 A6 0 17 22 1 14 5D 52
Octal 374 302 246 0 27 42 1 24 135 122
Binary 11111100 11000010 10100110 0 10111 100010 1 10100 1011101 1010010

Color Harmonies of #FCC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2A6

Black with #FCC2A6

Text Example


Text Example

White with #FCC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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