Html Css Color HEX #FCBCBB Your Pink

📋 copy color: '#FCBCBB'

red 252 ◦ green 188 ◦ blue 187

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

Shades of Your Pink #FCBCBB

Tints of Your Pink #FCBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 40.19%
G = 29.98%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCBCBB (or 0xFCBCBB) is known color: Your Pink. HEX triplet: FC, BC and BB. RGB value is (252,188,187). Sum of RGB (Red+Green+Blue) = 252+188+187=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCBB is #034344. Grayscale: #CFCFCF. Windows color (decimal): -213829 or 12303612. OLE color: 12303612.

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

Color convert

RGB 252 188 187 -
CMYK 0 0.25 0.26 0.01
HSL 0.92º 0.92% 0.86% -
HSV(B) 0.92º 0.26% 0.99% -
XYZ 67.1 60.25 55.11 -
YUV 207.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 252 188 187 0 0.25 0.26 0.01 0.92 0.92 0.86
Hex FC BC BB 0 19 1A 1 1 5C 56
Octal 374 274 273 0 31 32 1 1 134 126
Binary 11111100 10111100 10111011 0 11001 11010 1 1 1011100 1010110

Color Harmonies of #FCBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCBB

Black with #FCBCBB

Text Example


Text Example

White with #FCBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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