Html Css Color HEX #FCC2C0 Your Pink

📋 copy color: '#FCC2C0'

red 252 ◦ green 194 ◦ blue 192

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

Shades of Your Pink #FCC2C0

Tints of Your Pink #FCC2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.09%

R = 39.5%
G = 30.41%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCC2C0 (or 0xFCC2C0) is known color: Your Pink. HEX triplet: FC, C2 and C0. RGB value is (252,194,192). Sum of RGB (Red+Green+Blue) = 252+194+192=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2C0 is #033D3F. Grayscale: #D3D3D3. Windows color (decimal): -212288 or 12632828. OLE color: 12632828.

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

Color convert

RGB 252 194 192 -
CMYK 0 0.23 0.24 0.01
HSL 0.91% 0.87% -
HSV(B) 0.24% 0.99% -
XYZ 68.95 63.08 58.41 -
YUV 211.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 252 194 192 0 0.23 0.24 0.01 2 0.91 0.87
Hex FC C2 C0 0 17 18 1 2 5B 57
Octal 374 302 300 0 27 30 1 2 133 127
Binary 11111100 11000010 11000000 0 10111 11000 1 10 1011011 1010111

Color Harmonies of #FCC2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2C0

Black with #FCC2C0

Text Example


Text Example

White with #FCC2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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