Html Css Color HEX #FCBCC5 Light Pink

📋 copy color: '#FCBCC5'

red 252 ◦ green 188 ◦ blue 197

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

Shades of Light Pink #FCBCC5

Tints of Light Pink #FCBCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.93%

R = 39.56%
G = 29.51%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCBCC5 (or 0xFCBCC5) is known color: Light Pink. HEX triplet: FC, BC and C5. RGB value is (252,188,197). Sum of RGB (Red+Green+Blue) = 252+188+197=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC5 is #03433A. Grayscale: #D0D0D0. Windows color (decimal): -213819 or 12958972. OLE color: 12958972.

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

Color convert

RGB 252 188 197 -
CMYK 0 0.25 0.22 0.01
HSL 351.56º 0.91% 0.86% -
HSV(B) 351.56º 0.25% 0.99% -
XYZ 68.21 60.69 60.94 -
YUV 208.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 252 188 197 0 0.25 0.22 0.01 351.56 0.91 0.86
Hex FC BC C5 0 19 16 1 160 5B 56
Octal 374 274 305 0 31 26 1 540 133 126
Binary 11111100 10111100 11000101 0 11001 10110 1 101100000 1011011 1010110

Color Harmonies of #FCBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCC5

Black with #FCBCC5

Text Example


Text Example

White with #FCBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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