Html Css Color HEX #FBA6B7 Light Pink

📋 copy color: '#FBA6B7'

red 251 ◦ green 166 ◦ blue 183

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

Shades of Light Pink #FBA6B7

Tints of Light Pink #FBA6B7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.67%

 BLUE value IS 183 (71.88% from 255) = 30.5%

R = 41.83%
G = 27.67%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBA6B7 (or 0xFBA6B7) is known color: Light Pink. HEX triplet: FB, A6 and B7. RGB value is (251,166,183). Sum of RGB (Red+Green+Blue) = 251+166+183=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6B7 is #045948. Grayscale: #C1C1C1. Windows color (decimal): -285001 or 12035835. OLE color: 12035835.

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

Color convert

RGB 251 166 183 -
CMYK 0 0.34 0.27 0.02
HSL 348º 0.91% 0.82% -
HSV(B) 348º 0.34% 0.98% -
XYZ 61.97 51.2 51.42 -
YUV 193.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 251 166 183 0 0.34 0.27 0.02 348 0.91 0.82
Hex FB A6 B7 0 22 1B 2 15C 5B 52
Octal 373 246 267 0 42 33 2 534 133 122
Binary 11111011 10100110 10110111 0 100010 11011 10 101011100 1011011 1010010

Color Harmonies of #FBA6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6B7

Black with #FBA6B7

Text Example


Text Example

White with #FBA6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6B7; }

 p { color: rgb(251,166,183); }

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

background-color css

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

 a { background-color: rgb(251,166,183); }

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

border-color css

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

 span { border-color: rgb(251,166,183); }

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