Html Css Color HEX #FAB3BC Light Pink

📋 copy color: '#FAB3BC'

red 250 ◦ green 179 ◦ blue 188

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

Shades of Light Pink #FAB3BC

Tints of Light Pink #FAB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

 BLUE value IS 188 (73.83% from 255) = 30.47%

R = 40.52%
G = 29.01%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAB3BC (or 0xFAB3BC) is known color: Light Pink. HEX triplet: FA, B3 and BC. RGB value is (250,179,188). Sum of RGB (Red+Green+Blue) = 250+179+188=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3BC is #054C43. Grayscale: #C9C9C9. Windows color (decimal): -347204 or 12366842. OLE color: 12366842.

HSL color Cylindrical-coordinate representation of color #FAB3BC: hue angle of 352.39º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3BC is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 179 188 -
CMYK 0 0.28 0.25 0.02
HSL 352.39º 0.88% 0.84% -
HSV(B) 352.39º 0.28% 0.98% -
XYZ 64.62 56.2 55.02 -
YUV 201.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 250 179 188 0 0.28 0.25 0.02 352.39 0.88 0.84
Hex FA B3 BC 0 1C 19 2 160 58 54
Octal 372 263 274 0 34 31 2 540 130 124
Binary 11111010 10110011 10111100 0 11100 11001 10 101100000 1011000 1010100

Color Harmonies of #FAB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3BC

Black with #FAB3BC

Text Example


Text Example

White with #FAB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3BC; }

 p { color: rgb(250,179,188); }

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

background-color css

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

 a { background-color: rgb(250,179,188); }

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

border-color css

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

 span { border-color: rgb(250,179,188); }

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