Html Css Color HEX #FAB2BE Light Pink

📋 copy color: '#FAB2BE'

red 250 ◦ green 178 ◦ blue 190

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

Shades of Light Pink #FAB2BE

Tints of Light Pink #FAB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.8%

 BLUE value IS 190 (74.61% from 255) = 30.74%

R = 40.45%
G = 28.8%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAB2BE (or 0xFAB2BE) is known color: Light Pink. HEX triplet: FA, B2 and BE. RGB value is (250,178,190). Sum of RGB (Red+Green+Blue) = 250+178+190=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2BE is #054D41. Grayscale: #C8C8C8. Windows color (decimal): -347458 or 12497658. OLE color: 12497658.

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

Color convert

RGB 250 178 190 -
CMYK 0 0.29 0.24 0.02
HSL 350º 0.88% 0.84% -
HSV(B) 350º 0.29% 0.98% -
XYZ 64.64 55.88 56.09 -
YUV 200.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 250 178 190 0 0.29 0.24 0.02 350 0.88 0.84
Hex FA B2 BE 0 1D 18 2 15E 58 54
Octal 372 262 276 0 35 30 2 536 130 124
Binary 11111010 10110010 10111110 0 11101 11000 10 101011110 1011000 1010100

Color Harmonies of #FAB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2BE

Black with #FAB2BE

Text Example


Text Example

White with #FAB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2BE; }

 p { color: rgb(250,178,190); }

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

background-color css

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

 a { background-color: rgb(250,178,190); }

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

border-color css

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

 span { border-color: rgb(250,178,190); }

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