Html Css Color HEX #FBC1BB Your Pink

📋 copy color: '#FBC1BB'

red 251 ◦ green 193 ◦ blue 187

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

Shades of Your Pink #FBC1BB

Tints of Your Pink #FBC1BB

RGB

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

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

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

R = 39.78%
G = 30.59%
B = 29.64%

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

#FBC1BB (or 0xFBC1BB) is known color: Your Pink. HEX triplet: FB, C1 and BB. RGB value is (251,193,187). Sum of RGB (Red+Green+Blue) = 251+193+187=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1BB is #043E44. Grayscale: #D1D1D1. Windows color (decimal): -278085 or 12304891. OLE color: 12304891.

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

Color convert

RGB 251 193 187 -
CMYK 0 0.23 0.25 0.02
HSL 5.63º 0.89% 0.86% -
HSV(B) 5.63º 0.25% 0.98% -
XYZ 67.82 62.24 55.45 -
YUV 209.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 251 193 187 0 0.23 0.25 0.02 5.63 0.89 0.86
Hex FB C1 BB 0 17 19 2 6 59 56
Octal 373 301 273 0 27 31 2 6 131 126
Binary 11111011 11000001 10111011 0 10111 11001 10 110 1011001 1010110

Color Harmonies of #FBC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1BB

Black with #FBC1BB

Text Example


Text Example

White with #FBC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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