Html Css Color HEX #FCC1CF Pink

📋 copy color: '#FCC1CF'

red 252 ◦ green 193 ◦ blue 207

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

Shades of Pink #FCC1CF

Tints of Pink #FCC1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 38.65%
G = 29.6%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCC1CF (or 0xFCC1CF) is known color: Pink. HEX triplet: FC, C1 and CF. RGB value is (252,193,207). Sum of RGB (Red+Green+Blue) = 252+193+207=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CF is #033E30. Grayscale: #D4D4D4. Windows color (decimal): -212529 or 13615612. OLE color: 13615612.

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

Color convert

RGB 252 193 207 -
CMYK 0 0.23 0.18 0.01
HSL 345.76º 0.91% 0.87% -
HSV(B) 345.76º 0.23% 0.99% -
XYZ 70.48 63.34 67.54 -
YUV 212.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 252 193 207 0 0.23 0.18 0.01 345.76 0.91 0.87
Hex FC C1 CF 0 17 12 1 15A 5B 57
Octal 374 301 317 0 27 22 1 532 133 127
Binary 11111100 11000001 11001111 0 10111 10010 1 101011010 1011011 1010111

Color Harmonies of #FCC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1CF

Black with #FCC1CF

Text Example


Text Example

White with #FCC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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