Html Css Color HEX #FCBCC7 Pink

📋 copy color: '#FCBCC7'

red 252 ◦ green 188 ◦ blue 199

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

Shades of Pink #FCBCC7

Tints of Pink #FCBCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.42%

 BLUE value IS 199 (78.13% from 255) = 31.14%

R = 39.44%
G = 29.42%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCBCC7 (or 0xFCBCC7) is known color: Pink. HEX triplet: FC, BC and C7. RGB value is (252,188,199). Sum of RGB (Red+Green+Blue) = 252+188+199=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC7 is #034338. Grayscale: #D0D0D0. Windows color (decimal): -213817 or 13090044. OLE color: 13090044.

HSL color Cylindrical-coordinate representation of color #FCBCC7: hue angle of 349.69º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCC7 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 199 -
CMYK 0 0.25 0.21 0.01
HSL 349.69º 0.91% 0.86% -
HSV(B) 349.69º 0.25% 0.99% -
XYZ 68.44 60.79 62.16 -
YUV 208.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 252 188 199 0 0.25 0.21 0.01 349.69 0.91 0.86
Hex FC BC C7 0 19 15 1 15E 5B 56
Octal 374 274 307 0 31 25 1 536 133 126
Binary 11111100 10111100 11000111 0 11001 10101 1 101011110 1011011 1010110

Color Harmonies of #FCBCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCC7

Black with #FCBCC7

Text Example


Text Example

White with #FCBCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCC7; }

 p { color: rgb(252,188,199); }

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

background-color css

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

 a { background-color: rgb(252,188,199); }

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

border-color css

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

 span { border-color: rgb(252,188,199); }

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