Html Css Color HEX #FBC2B4 Your Pink

📋 copy color: '#FBC2B4'

red 251 ◦ green 194 ◦ blue 180

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

Shades of Your Pink #FBC2B4

Tints of Your Pink #FBC2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.8%

R = 40.16%
G = 31.04%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBC2B4 (or 0xFBC2B4) is known color: Your Pink. HEX triplet: FB, C2 and B4. RGB value is (251,194,180). Sum of RGB (Red+Green+Blue) = 251+194+180=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2B4 is #043D4B. Grayscale: #D1D1D1. Windows color (decimal): -277836 or 11846395. OLE color: 11846395.

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

Color convert

RGB 251 194 180 -
CMYK 0 0.23 0.28 0.02
HSL 11.83º 0.9% 0.85% -
HSV(B) 11.83º 0.28% 0.98% -
XYZ 67.31 62.39 51.67 -
YUV 209.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 251 194 180 0 0.23 0.28 0.02 11.83 0.9 0.85
Hex FB C2 B4 0 17 1C 2 C 5A 55
Octal 373 302 264 0 27 34 2 14 132 125
Binary 11111011 11000010 10110100 0 10111 11100 10 1100 1011010 1010101

Color Harmonies of #FBC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2B4

Black with #FBC2B4

Text Example


Text Example

White with #FBC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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