Html Css Color HEX #FAB6BA Light Pink

📋 copy color: '#FAB6BA'

red 250 ◦ green 182 ◦ blue 186

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

Shades of Light Pink #FAB6BA

Tints of Light Pink #FAB6BA

RGB

 RED value IS 250 (98.05% from 255) = 40.45%

 GREEN value IS 182 (71.48% from 255) = 29.45%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 40.45%
G = 29.45%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAB6BA (or 0xFAB6BA) is known color: Light Pink. HEX triplet: FA, B6 and BA. RGB value is (250,182,186). Sum of RGB (Red+Green+Blue) = 250+182+186=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6BA is #054945. Grayscale: #CACACA. Windows color (decimal): -346438 or 12236538. OLE color: 12236538.

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

Color convert

RGB 250 182 186 -
CMYK 0 0.27 0.26 0.02
HSL 356.47º 0.87% 0.85% -
HSV(B) 356.47º 0.27% 0.98% -
XYZ 65.02 57.33 54.09 -
YUV 202.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 250 182 186 0 0.27 0.26 0.02 356.47 0.87 0.85
Hex FA B6 BA 0 1B 1A 2 164 57 55
Octal 372 266 272 0 33 32 2 544 127 125
Binary 11111010 10110110 10111010 0 11011 11010 10 101100100 1010111 1010101

Color Harmonies of #FAB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6BA

Black with #FAB6BA

Text Example


Text Example

White with #FAB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6BA; }

 p { color: rgb(250,182,186); }

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

background-color css

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

 a { background-color: rgb(250,182,186); }

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

border-color css

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

 span { border-color: rgb(250,182,186); }

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