Html Css Color HEX #FCC2C1 Your Pink

📋 copy color: '#FCC2C1'

red 252 ◦ green 194 ◦ blue 193

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

Shades of Your Pink #FCC2C1

Tints of Your Pink #FCC2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.2%

R = 39.44%
G = 30.36%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCC2C1 (or 0xFCC2C1) is known color: Your Pink. HEX triplet: FC, C2 and C1. RGB value is (252,194,193). Sum of RGB (Red+Green+Blue) = 252+194+193=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2C1 is #033D3E. Grayscale: #D3D3D3. Windows color (decimal): -212287 or 12698364. OLE color: 12698364.

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

Color convert

RGB 252 194 193 -
CMYK 0 0.23 0.23 0.01
HSL 1.02º 0.91% 0.87% -
HSV(B) 1.02º 0.23% 0.99% -
XYZ 69.06 63.13 59 -
YUV 211.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 252 194 193 0 0.23 0.23 0.01 1.02 0.91 0.87
Hex FC C2 C1 0 17 17 1 1 5B 57
Octal 374 302 301 0 27 27 1 1 133 127
Binary 11111100 11000010 11000001 0 10111 10111 1 1 1011011 1010111

Color Harmonies of #FCC2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2C1

Black with #FCC2C1

Text Example


Text Example

White with #FCC2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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