Html Css Color HEX #FAB4BB Light Pink

📋 copy color: '#FAB4BB'

red 250 ◦ green 180 ◦ blue 187

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

Shades of Light Pink #FAB4BB

Tints of Light Pink #FAB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.17%

 BLUE value IS 187 (73.44% from 255) = 30.31%

R = 40.52%
G = 29.17%
B = 30.31%

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

#FAB4BB (or 0xFAB4BB) is known color: Light Pink. HEX triplet: FA, B4 and BB. RGB value is (250,180,187). Sum of RGB (Red+Green+Blue) = 250+180+187=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4BB is #054B44. Grayscale: #C9C9C9. Windows color (decimal): -346949 or 12301562. OLE color: 12301562.

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

Color convert

RGB 250 180 187 -
CMYK 0 0.28 0.25 0.02
HSL 354º 0.88% 0.84% -
HSV(B) 354º 0.28% 0.98% -
XYZ 64.72 56.55 54.52 -
YUV 201.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 250 180 187 0 0.28 0.25 0.02 354 0.88 0.84
Hex FA B4 BB 0 1C 19 2 162 58 54
Octal 372 264 273 0 34 31 2 542 130 124
Binary 11111010 10110100 10111011 0 11100 11001 10 101100010 1011000 1010100

Color Harmonies of #FAB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4BB

Black with #FAB4BB

Text Example


Text Example

White with #FAB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4BB; }

 p { color: rgb(250,180,187); }

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

background-color css

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

 a { background-color: rgb(250,180,187); }

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

border-color css

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

 span { border-color: rgb(250,180,187); }

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