Html Css Color HEX #FBC1BD Your Pink

📋 copy color: '#FBC1BD'

red 251 ◦ green 193 ◦ blue 189

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

Shades of Your Pink #FBC1BD

Tints of Your Pink #FBC1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.86%

R = 39.65%
G = 30.49%
B = 29.86%

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

#FBC1BD (or 0xFBC1BD) is known color: Your Pink. HEX triplet: FB, C1 and BD. RGB value is (251,193,189). Sum of RGB (Red+Green+Blue) = 251+193+189=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1BD is #043E42. Grayscale: #D1D1D1. Windows color (decimal): -278083 or 12435963. OLE color: 12435963.

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

Color convert

RGB 251 193 189 -
CMYK 0 0.23 0.25 0.02
HSL 3.87º 0.89% 0.86% -
HSV(B) 3.87º 0.25% 0.98% -
XYZ 68.04 62.32 56.59 -
YUV 209.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 251 193 189 0 0.23 0.25 0.02 3.87 0.89 0.86
Hex FB C1 BD 0 17 19 2 4 59 56
Octal 373 301 275 0 27 31 2 4 131 126
Binary 11111011 11000001 10111101 0 10111 11001 10 100 1011001 1010110

Color Harmonies of #FBC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1BD

Black with #FBC1BD

Text Example


Text Example

White with #FBC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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