Html Css Color HEX #FBC1BC Your Pink

📋 copy color: '#FBC1BC'

red 251 ◦ green 193 ◦ blue 188

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

Shades of Your Pink #FBC1BC

Tints of Your Pink #FBC1BC

RGB

 RED value IS 251 (98.44% from 255) = 39.72%

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

 BLUE value IS 188 (73.83% from 255) = 29.75%

R = 39.72%
G = 30.54%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBC1BC (or 0xFBC1BC) is known color: Your Pink. HEX triplet: FB, C1 and BC. RGB value is (251,193,188). Sum of RGB (Red+Green+Blue) = 251+193+188=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1BC is #043E43. Grayscale: #D1D1D1. Windows color (decimal): -278084 or 12370427. OLE color: 12370427.

HSL color Cylindrical-coordinate representation of color #FBC1BC: hue angle of 4.76º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBC1BC is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 188 -
CMYK 0 0.23 0.25 0.02
HSL 4.76º 0.89% 0.86% -
HSV(B) 4.76º 0.25% 0.98% -
XYZ 67.93 62.28 56.02 -
YUV 209.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 251 193 188 0 0.23 0.25 0.02 4.76 0.89 0.86
Hex FB C1 BC 0 17 19 2 5 59 56
Octal 373 301 274 0 27 31 2 5 131 126
Binary 11111011 11000001 10111100 0 10111 11001 10 101 1011001 1010110

Color Harmonies of #FBC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1BC

Black with #FBC1BC

Text Example


Text Example

White with #FBC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1BC; }

 p { color: rgb(251,193,188); }

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

background-color css

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

 a { background-color: rgb(251,193,188); }

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

border-color css

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

 span { border-color: rgb(251,193,188); }

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