Html Css Color HEX #FCCCC2 Your Pink

📋 copy color: '#FCCCC2'

red 252 ◦ green 204 ◦ blue 194

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

Shades of Your Pink #FCCCC2

Tints of Your Pink #FCCCC2

RGB

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

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

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

R = 38.77%
G = 31.38%
B = 29.85%

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

#FCCCC2 (or 0xFCCCC2) is known color: Your Pink. HEX triplet: FC, CC and C2. RGB value is (252,204,194). Sum of RGB (Red+Green+Blue) = 252+204+194=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCC2 is #03333D. Grayscale: #D9D9D9. Windows color (decimal): -209726 or 12766460. OLE color: 12766460.

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

Color convert

RGB 252 204 194 -
CMYK 0 0.19 0.23 0.01
HSL 10.34º 0.91% 0.87% -
HSV(B) 10.34º 0.23% 0.99% -
XYZ 71.48 67.78 60.35 -
YUV 217.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 252 204 194 0 0.19 0.23 0.01 10.34 0.91 0.87
Hex FC CC C2 0 13 17 1 A 5B 57
Octal 374 314 302 0 23 27 1 12 133 127
Binary 11111100 11001100 11000010 0 10011 10111 1 1010 1011011 1010111

Color Harmonies of #FCCCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCC2

Black with #FCCCC2

Text Example


Text Example

White with #FCCCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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