Html Css Color HEX #FCC1CA Pink

📋 copy color: '#FCC1CA'

red 252 ◦ green 193 ◦ blue 202

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

Shades of Pink #FCC1CA

Tints of Pink #FCC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.83%

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 38.95%
G = 29.83%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC1CA (or 0xFCC1CA) is known color: Pink. HEX triplet: FC, C1 and CA. RGB value is (252,193,202). Sum of RGB (Red+Green+Blue) = 252+193+202=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CA is #033E35. Grayscale: #D3D3D3. Windows color (decimal): -212534 or 13287932. OLE color: 13287932.

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

Color convert

RGB 252 193 202 -
CMYK 0 0.23 0.20 0.01
HSL 350.85º 0.91% 0.87% -
HSV(B) 350.85º 0.23% 0.99% -
XYZ 69.88 63.1 64.37 -
YUV 211.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 252 193 202 0 0.23 0.20 0.01 350.85 0.91 0.87
Hex FC C1 CA 0 17 14 1 15F 5B 57
Octal 374 301 312 0 27 24 1 537 133 127
Binary 11111100 11000001 11001010 0 10111 10100 1 101011111 1011011 1010111

Color Harmonies of #FCC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1CA

Black with #FCC1CA

Text Example


Text Example

White with #FCC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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