Html Css Color HEX #FCCCC1 Your Pink

📋 copy color: '#FCCCC1'

red 252 ◦ green 204 ◦ blue 193

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

Shades of Your Pink #FCCCC1

Tints of Your Pink #FCCCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.43%

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

R = 38.83%
G = 31.43%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCCCC1 (or 0xFCCCC1) is known color: Your Pink. HEX triplet: FC, CC and C1. RGB value is (252,204,193). Sum of RGB (Red+Green+Blue) = 252+204+193=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC1 is #03333E. Grayscale: #D9D9D9. Windows color (decimal): -209727 or 12700924. OLE color: 12700924.

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

Color convert

RGB 252 204 193 -
CMYK 0 0.19 0.23 0.01
HSL 11.19º 0.91% 0.87% -
HSV(B) 11.19º 0.23% 0.99% -
XYZ 71.36 67.73 59.76 -
YUV 217.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 252 204 193 0 0.19 0.23 0.01 11.19 0.91 0.87
Hex FC CC C1 0 13 17 1 B 5B 57
Octal 374 314 301 0 23 27 1 13 133 127
Binary 11111100 11001100 11000001 0 10011 10111 1 1011 1011011 1010111

Color Harmonies of #FCCCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCC1

Black with #FCCCC1

Text Example


Text Example

White with #FCCCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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