Html Css Color HEX #FCBCC6 Pink

📋 copy color: '#FCBCC6'

red 252 ◦ green 188 ◦ blue 198

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

Shades of Pink #FCBCC6

Tints of Pink #FCBCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 39.5%
G = 29.47%
B = 31.03%

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

#FCBCC6 (or 0xFCBCC6) is known color: Pink. HEX triplet: FC, BC and C6. RGB value is (252,188,198). Sum of RGB (Red+Green+Blue) = 252+188+198=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC6 is #034339. Grayscale: #D0D0D0. Windows color (decimal): -213818 or 13024508. OLE color: 13024508.

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

Color convert

RGB 252 188 198 -
CMYK 0 0.25 0.21 0.01
HSL 350.63º 0.91% 0.86% -
HSV(B) 350.63º 0.25% 0.99% -
XYZ 68.32 60.74 61.55 -
YUV 208.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 252 188 198 0 0.25 0.21 0.01 350.63 0.91 0.86
Hex FC BC C6 0 19 15 1 15F 5B 56
Octal 374 274 306 0 31 25 1 537 133 126
Binary 11111100 10111100 11000110 0 11001 10101 1 101011111 1011011 1010110

Color Harmonies of #FCBCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCC6

Black with #FCBCC6

Text Example


Text Example

White with #FCBCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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