Html Css Color HEX #FBA7B0 Light Pink

📋 copy color: '#FBA7B0'

red 251 ◦ green 167 ◦ blue 176

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

Shades of Light Pink #FBA7B0

Tints of Light Pink #FBA7B0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.11%

 BLUE value IS 176 (69.14% from 255) = 29.63%

R = 42.26%
G = 28.11%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBA7B0 (or 0xFBA7B0) is known color: Light Pink. HEX triplet: FB, A7 and B0. RGB value is (251,167,176). Sum of RGB (Red+Green+Blue) = 251+167+176=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7B0 is #04584F. Grayscale: #C1C1C1. Windows color (decimal): -284752 or 11577339. OLE color: 11577339.

HSL color Cylindrical-coordinate representation of color #FBA7B0: hue angle of 353.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7B0 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 167 176 -
CMYK 0 0.33 0.30 0.02
HSL 353.57º 0.91% 0.82% -
HSV(B) 353.57º 0.33% 0.98% -
XYZ 61.44 51.28 47.73 -
YUV 193.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 251 167 176 0 0.33 0.30 0.02 353.57 0.91 0.82
Hex FB A7 B0 0 21 1E 2 162 5B 52
Octal 373 247 260 0 41 36 2 542 133 122
Binary 11111011 10100111 10110000 0 100001 11110 10 101100010 1011011 1010010

Color Harmonies of #FBA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA7B0

Black with #FBA7B0

Text Example


Text Example

White with #FBA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA7B0; }

 p { color: rgb(251,167,176); }

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

background-color css

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

 a { background-color: rgb(251,167,176); }

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

border-color css

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

 span { border-color: rgb(251,167,176); }

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