Html Css Color HEX #FBC2B6 Your Pink

📋 copy color: '#FBC2B6'

red 251 ◦ green 194 ◦ blue 182

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

Shades of Your Pink #FBC2B6

Tints of Your Pink #FBC2B6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.94%

 BLUE value IS 182 (71.48% from 255) = 29.03%

R = 40.03%
G = 30.94%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBC2B6 (or 0xFBC2B6) is known color: Your Pink. HEX triplet: FB, C2 and B6. RGB value is (251,194,182). Sum of RGB (Red+Green+Blue) = 251+194+182=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 182 (71.48% from 255 or 29.03% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2B6 is #043D49. Grayscale: #D1D1D1. Windows color (decimal): -277834 or 11977467. OLE color: 11977467.

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

Color convert

RGB 251 194 182 -
CMYK 0 0.23 0.27 0.02
HSL 10.43º 0.9% 0.85% -
HSV(B) 10.43º 0.27% 0.98% -
XYZ 67.52 62.47 52.76 -
YUV 209.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 251 194 182 0 0.23 0.27 0.02 10.43 0.9 0.85
Hex FB C2 B6 0 17 1B 2 A 5A 55
Octal 373 302 266 0 27 33 2 12 132 125
Binary 11111011 11000010 10110110 0 10111 11011 10 1010 1011010 1010101

Color Harmonies of #FBC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2B6

Black with #FBC2B6

Text Example


Text Example

White with #FBC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2B6; }

 p { color: rgb(251,194,182); }

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

background-color css

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

 a { background-color: rgb(251,194,182); }

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

border-color css

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

 span { border-color: rgb(251,194,182); }

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