Html Css Color HEX #FBA6B3 Light Pink

📋 copy color: '#FBA6B3'

red 251 ◦ green 166 ◦ blue 179

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

Shades of Light Pink #FBA6B3

Tints of Light Pink #FBA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.03%

R = 42.11%
G = 27.85%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBA6B3 (or 0xFBA6B3) is known color: Light Pink. HEX triplet: FB, A6 and B3. RGB value is (251,166,179). Sum of RGB (Red+Green+Blue) = 251+166+179=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6B3 is #04594C. Grayscale: #C0C0C0. Windows color (decimal): -285005 or 11773691. OLE color: 11773691.

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

Color convert

RGB 251 166 179 -
CMYK 0 0.34 0.29 0.02
HSL 350.82º 0.91% 0.82% -
HSV(B) 350.82º 0.34% 0.98% -
XYZ 61.56 51.04 49.25 -
YUV 192.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 251 166 179 0 0.34 0.29 0.02 350.82 0.91 0.82
Hex FB A6 B3 0 22 1D 2 15F 5B 52
Octal 373 246 263 0 42 35 2 537 133 122
Binary 11111011 10100110 10110011 0 100010 11101 10 101011111 1011011 1010010

Color Harmonies of #FBA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA6B3

Black with #FBA6B3

Text Example


Text Example

White with #FBA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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