Html Css Color HEX #FBBAC9 Pink

📋 copy color: '#FBBAC9'

red 251 ◦ green 186 ◦ blue 201

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

Shades of Pink #FBBAC9

Tints of Pink #FBBAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 39.34%
G = 29.15%
B = 31.5%

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

#FBBAC9 (or 0xFBBAC9) is known color: Pink. HEX triplet: FB, BA and C9. RGB value is (251,186,201). Sum of RGB (Red+Green+Blue) = 251+186+201=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAC9 is #044536. Grayscale: #CFCFCF. Windows color (decimal): -279863 or 13220603. OLE color: 13220603.

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

Color convert

RGB 251 186 201 -
CMYK 0 0.26 0.20 0.02
HSL 346.15º 0.89% 0.86% -
HSV(B) 346.15º 0.26% 0.98% -
XYZ 67.89 59.84 63.23 -
YUV 207.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 251 186 201 0 0.26 0.20 0.02 346.15 0.89 0.86
Hex FB BA C9 0 1A 14 2 15A 59 56
Octal 373 272 311 0 32 24 2 532 131 126
Binary 11111011 10111010 11001001 0 11010 10100 10 101011010 1011001 1010110

Color Harmonies of #FBBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAC9

Black with #FBBAC9

Text Example


Text Example

White with #FBBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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