Html Css Color HEX #FBBAC8 Pink

📋 copy color: '#FBBAC8'

red 251 ◦ green 186 ◦ blue 200

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

Shades of Pink #FBBAC8

Tints of Pink #FBBAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.4%

R = 39.4%
G = 29.2%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FBBAC8 (or 0xFBBAC8) is known color: Pink. HEX triplet: FB, BA and C8. RGB value is (251,186,200). Sum of RGB (Red+Green+Blue) = 251+186+200=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC8 is #044537. Grayscale: #CFCFCF. Windows color (decimal): -279864 or 13155067. OLE color: 13155067.

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

Color convert

RGB 251 186 200 -
CMYK 0 0.26 0.20 0.02
HSL 347.08º 0.89% 0.86% -
HSV(B) 347.08º 0.26% 0.98% -
XYZ 67.77 59.8 62.61 -
YUV 207.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 251 186 200 0 0.26 0.20 0.02 347.08 0.89 0.86
Hex FB BA C8 0 1A 14 2 15B 59 56
Octal 373 272 310 0 32 24 2 533 131 126
Binary 11111011 10111010 11001000 0 11010 10100 10 101011011 1011001 1010110

Color Harmonies of #FBBAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAC8

Black with #FBBAC8

Text Example


Text Example

White with #FBBAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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