Html Css Color HEX #FBC0BD Your Pink

📋 copy color: '#FBC0BD'

red 251 ◦ green 192 ◦ blue 189

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

Shades of Your Pink #FBC0BD

Tints of Your Pink #FBC0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.38%

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

R = 39.72%
G = 30.38%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBC0BD (or 0xFBC0BD) is known color: Your Pink. HEX triplet: FB, C0 and BD. RGB value is (251,192,189). Sum of RGB (Red+Green+Blue) = 251+192+189=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0BD is #043F42. Grayscale: #D1D1D1. Windows color (decimal): -278339 or 12435707. OLE color: 12435707.

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

Color convert

RGB 251 192 189 -
CMYK 0 0.24 0.25 0.02
HSL 2.9º 0.89% 0.86% -
HSV(B) 2.9º 0.25% 0.98% -
XYZ 67.82 61.88 56.51 -
YUV 209.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 251 192 189 0 0.24 0.25 0.02 2.9 0.89 0.86
Hex FB C0 BD 0 18 19 2 3 59 56
Octal 373 300 275 0 30 31 2 3 131 126
Binary 11111011 11000000 10111101 0 11000 11001 10 11 1011001 1010110

Color Harmonies of #FBC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0BD

Black with #FBC0BD

Text Example


Text Example

White with #FBC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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