Html Css Color HEX #FBBACD Pink

📋 copy color: '#FBBACD'

red 251 ◦ green 186 ◦ blue 205

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

Shades of Pink #FBBACD

Tints of Pink #FBBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.97%

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 39.1%
G = 28.97%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBBACD (or 0xFBBACD) is known color: Pink. HEX triplet: FB, BA and CD. RGB value is (251,186,205). Sum of RGB (Red+Green+Blue) = 251+186+205=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBACD is #044532. Grayscale: #CFCFCF. Windows color (decimal): -279859 or 13482747. OLE color: 13482747.

HSL color Cylindrical-coordinate representation of color #FBBACD: hue angle of 342.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBACD is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 205 -
CMYK 0 0.26 0.18 0.02
HSL 342.46º 0.89% 0.86% -
HSV(B) 342.46º 0.26% 0.98% -
XYZ 68.36 60.03 65.74 -
YUV 207.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 251 186 205 0 0.26 0.18 0.02 342.46 0.89 0.86
Hex FB BA CD 0 1A 12 2 156 59 56
Octal 373 272 315 0 32 22 2 526 131 126
Binary 11111011 10111010 11001101 0 11010 10010 10 101010110 1011001 1010110

Color Harmonies of #FBBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBACD

Black with #FBBACD

Text Example


Text Example

White with #FBBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBACD; }

 p { color: rgb(251,186,205); }

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

background-color css

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

 a { background-color: rgb(251,186,205); }

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

border-color css

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

 span { border-color: rgb(251,186,205); }

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