Html Css Color HEX #FCC1B7 Your Pink

📋 copy color: '#FCC1B7'

red 252 ◦ green 193 ◦ blue 183

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

Shades of Your Pink #FCC1B7

Tints of Your Pink #FCC1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.14%

R = 40.13%
G = 30.73%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCC1B7 (or 0xFCC1B7) is known color: Your Pink. HEX triplet: FC, C1 and B7. RGB value is (252,193,183). Sum of RGB (Red+Green+Blue) = 252+193+183=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1B7 is #033E48. Grayscale: #D1D1D1. Windows color (decimal): -212553 or 12042748. OLE color: 12042748.

HSL color Cylindrical-coordinate representation of color #FCC1B7: hue angle of 8.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC1B7 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 183 -
CMYK 0 0.23 0.27 0.01
HSL 8.7º 0.92% 0.85% -
HSV(B) 8.7º 0.27% 0.99% -
XYZ 67.76 62.25 53.24 -
YUV 209.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 252 193 183 0 0.23 0.27 0.01 8.7 0.92 0.85
Hex FC C1 B7 0 17 1B 1 9 5C 55
Octal 374 301 267 0 27 33 1 11 134 125
Binary 11111100 11000001 10110111 0 10111 11011 1 1001 1011100 1010101

Color Harmonies of #FCC1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC1B7

Black with #FCC1B7

Text Example


Text Example

White with #FCC1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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