Html Css Color HEX #FCC2C2 Your Pink

📋 copy color: '#FCC2C2'

red 252 ◦ green 194 ◦ blue 194

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

Shades of Your Pink #FCC2C2

Tints of Your Pink #FCC2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.31%

R = 39.38%
G = 30.31%
B = 30.31%

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

#FCC2C2 (or 0xFCC2C2) is known color: Your Pink. HEX triplet: FC, C2 and C2. RGB value is (252,194,194). Sum of RGB (Red+Green+Blue) = 252+194+194=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2C2 is #033D3D. Grayscale: #D3D3D3. Windows color (decimal): -212286 or 12763900. OLE color: 12763900.

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

Color convert

RGB 252 194 194 -
CMYK 0 0.23 0.23 0.01
HSL 0.91% 0.87% -
HSV(B) 0.23% 0.99% -
XYZ 69.17 63.17 59.59 -
YUV 211.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 252 194 194 0 0.23 0.23 0.01 0 0.91 0.87
Hex FC C2 C2 0 17 17 1 0 5B 57
Octal 374 302 302 0 27 27 1 0 133 127
Binary 11111100 11000010 11000010 0 10111 10111 1 0 1011011 1010111

Color Harmonies of #FCC2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2C2

Black with #FCC2C2

Text Example


Text Example

White with #FCC2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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